Html Css Color HEX #CC6E65 Contessa

📋 copy color: '#CC6E65'

red 204 ◦ green 110 ◦ blue 101

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

Shades of Contessa #CC6E65

Tints of Contessa #CC6E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 49.16%
G = 26.51%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC6E65 (or 0xCC6E65) is known color: Contessa. HEX triplet: CC, 6E and 65. RGB value is (204,110,101). Sum of RGB (Red+Green+Blue) = 204+110+101=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E65 is #33919A. Grayscale: #898989. Windows color (decimal): -3379611 or 6647500. OLE color: 6647500.

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

Color convert

RGB 204 110 101 -
CMYK 0 0.46 0.50 0.2
HSL 5.24º 0.5% 0.6% -
HSV(B) 5.24º 0.5% 0.8% -
XYZ 32.83 24.93 15.39 -
YUV 137.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 204 110 101 0 0.46 0.50 0.2 5.24 0.5 0.6
Hex CC 6E 65 0 2E 32 14 5 32 3C
Octal 314 156 145 0 56 62 24 5 62 74
Binary 11001100 1101110 1100101 0 101110 110010 10100 101 110010 111100

Color Harmonies of #CC6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E65

Black with #CC6E65

Text Example


Text Example

White with #CC6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E65; }

 p { color: rgb(204,110,101); }

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

background-color css

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

 a { background-color: rgb(204,110,101); }

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

border-color css

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

 span { border-color: rgb(204,110,101); }

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