Html Css Color HEX #C66C6F Cabaret

📋 copy color: '#C66C6F'

red 198 ◦ green 108 ◦ blue 111

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

Shades of Cabaret #C66C6F

Tints of Cabaret #C66C6F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.9%

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 47.48%
G = 25.9%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C66C6F (or 0xC66C6F) is known color: Cabaret. HEX triplet: C6, 6C and 6F. RGB value is (198,108,111). Sum of RGB (Red+Green+Blue) = 198+108+111=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C6F is #399390. Grayscale: #878787. Windows color (decimal): -3773329 or 7302342. OLE color: 7302342.

HSL color Cylindrical-coordinate representation of color #C66C6F: hue angle of 358º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66C6F is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 111 -
CMYK 0 0.45 0.44 0.22
HSL 358º 0.44% 0.6% -
HSV(B) 358º 0.45% 0.78% -
XYZ 31.52 23.88 17.99 -
YUV 135.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 198 108 111 0 0.45 0.44 0.22 358 0.44 0.6
Hex C6 6C 6F 0 2D 2C 16 166 2C 3C
Octal 306 154 157 0 55 54 26 546 54 74
Binary 11000110 1101100 1101111 0 101101 101100 10110 101100110 101100 111100

Color Harmonies of #C66C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C6F

Black with #C66C6F

Text Example


Text Example

White with #C66C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C6F; }

 p { color: rgb(198,108,111); }

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

background-color css

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

 a { background-color: rgb(198,108,111); }

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

border-color css

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

 span { border-color: rgb(198,108,111); }

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