Html Css Color HEX #CC6D65 Contessa

📋 copy color: '#CC6D65'

red 204 ◦ green 109 ◦ blue 101

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

Shades of Contessa #CC6D65

Tints of Contessa #CC6D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.33%

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

R = 49.28%
G = 26.33%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC6D65 (or 0xCC6D65) is known color: Contessa. HEX triplet: CC, 6D and 65. RGB value is (204,109,101). Sum of RGB (Red+Green+Blue) = 204+109+101=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D65 is #33929A. Grayscale: #888888. Windows color (decimal): -3379867 or 6647244. OLE color: 6647244.

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

Color convert

RGB 204 109 101 -
CMYK 0 0.47 0.50 0.2
HSL 4.66º 0.5% 0.6% -
HSV(B) 4.66º 0.5% 0.8% -
XYZ 32.72 24.71 15.36 -
YUV 136.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 204 109 101 0 0.47 0.50 0.2 4.66 0.5 0.6
Hex CC 6D 65 0 2F 32 14 5 32 3C
Octal 314 155 145 0 57 62 24 5 62 74
Binary 11001100 1101101 1100101 0 101111 110010 10100 101 110010 111100

Color Harmonies of #CC6D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D65

Black with #CC6D65

Text Example


Text Example

White with #CC6D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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