Html Css Color HEX #CC6F66 Contessa

📋 copy color: '#CC6F66'

red 204 ◦ green 111 ◦ blue 102

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

Shades of Contessa #CC6F66

Tints of Contessa #CC6F66

RGB

 RED value IS 204 (80.08% from 255) = 48.92%

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

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

R = 48.92%
G = 26.62%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC6F66 (or 0xCC6F66) is known color: Contessa. HEX triplet: CC, 6F and 66. RGB value is (204,111,102). Sum of RGB (Red+Green+Blue) = 204+111+102=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F66 is #339099. Grayscale: #898989. Windows color (decimal): -3379354 or 6713292. OLE color: 6713292.

HSL color Cylindrical-coordinate representation of color #CC6F66: hue angle of 5.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6F66 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 111 102 -
CMYK 0 0.46 0.5 0.2
HSL 5.29º 0.5% 0.6% -
HSV(B) 5.29º 0.5% 0.8% -
XYZ 32.98 25.17 15.69 -
YUV 137.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 204 111 102 0 0.46 0.5 0.2 5.29 0.5 0.6
Hex CC 6F 66 0 2E 32 14 5 32 3C
Octal 314 157 146 0 56 62 24 5 62 74
Binary 11001100 1101111 1100110 0 101110 110010 10100 101 110010 111100

Color Harmonies of #CC6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F66

Black with #CC6F66

Text Example


Text Example

White with #CC6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F66; }

 p { color: rgb(204,111,102); }

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

background-color css

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

 a { background-color: rgb(204,111,102); }

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

border-color css

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

 span { border-color: rgb(204,111,102); }

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