Html Css Color HEX #C65666 Cabaret

📋 copy color: '#C65666'

red 198 ◦ green 86 ◦ blue 102

#C65666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #C65666

Tints of Cabaret #C65666

RGB

 RED value IS 198 (77.73% from 255) = 51.3%

 GREEN value IS 86 (33.98% from 255) = 22.28%

 BLUE value IS 102 (40.23% from 255) = 26.42%

R = 51.3%
G = 22.28%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C65666 (or 0xC65666) is known color: Cabaret. HEX triplet: C6, 56 and 66. RGB value is (198,86,102). Sum of RGB (Red+Green+Blue) = 198+86+102=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C65666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65666 is #39A999. Grayscale: #797979. Windows color (decimal): -3778970 or 6706886. OLE color: 6706886.

HSL color Cylindrical-coordinate representation of color #C65666: hue angle of 351.43º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65666 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 86 102 -
CMYK 0 0.57 0.48 0.22
HSL 351.43º 0.5% 0.56% -
HSV(B) 351.43º 0.57% 0.78% -
XYZ 29.01 19.62 14.83 -
YUV 121.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 198 86 102 0 0.57 0.48 0.22 351.43 0.5 0.56
Hex C6 56 66 0 39 30 16 15F 32 38
Octal 306 126 146 0 71 60 26 537 62 70
Binary 11000110 1010110 1100110 0 111001 110000 10110 101011111 110010 111000

Color Harmonies of #C65666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65666

Black with #C65666

Text Example


Text Example

White with #C65666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65666; }

 p { color: rgb(198,86,102); }

 H1.HeaderClassName
 {
   color: #C65666;
 }
 .AnyTagClassName
 {
   color: #C65666;
 }
</style>

background-color css

<style>
 a { background-color: #C65666; }

 a { background-color: rgb(198,86,102); }

 div.DivClassName
 {
   background-color: #C65666;
 }
 .BgClassName
 {
   background-color: #C65666;
 }
</style>

border-color css

<style>
 span { border-color: #C65666; }

 span { border-color: rgb(198,86,102); }

 td.TdClassName
 {
   border-color: #C65666;
 }
 .TagClassName
 {
   border-color: #C65666;
 }
</style>