Html Css Color HEX #CC7566 Contessa

📋 copy color: '#CC7566'

red 204 ◦ green 117 ◦ blue 102

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

Shades of Contessa #CC7566

Tints of Contessa #CC7566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 48.23%
G = 27.66%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC7566 (or 0xCC7566) is known color: Contessa. HEX triplet: CC, 75 and 66. RGB value is (204,117,102). Sum of RGB (Red+Green+Blue) = 204+117+102=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7566 is #338A99. Grayscale: #8D8D8D. Windows color (decimal): -3377818 or 6714828. OLE color: 6714828.

HSL color Cylindrical-coordinate representation of color #CC7566: hue angle of 8.82º 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 #CC7566 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 102 -
CMYK 0 0.43 0.5 0.2
HSL 8.82º 0.5% 0.6% -
HSV(B) 8.82º 0.5% 0.8% -
XYZ 33.66 26.52 15.91 -
YUV 141.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 204 117 102 0 0.43 0.5 0.2 8.82 0.5 0.6
Hex CC 75 66 0 2B 32 14 9 32 3C
Octal 314 165 146 0 53 62 24 11 62 74
Binary 11001100 1110101 1100110 0 101011 110010 10100 1001 110010 111100

Color Harmonies of #CC7566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7566

Black with #CC7566

Text Example


Text Example

White with #CC7566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7566; }

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

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

background-color css

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

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

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

border-color css

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

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

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