Html Css Color HEX #CC766D Contessa

📋 copy color: '#CC766D'

red 204 ◦ green 118 ◦ blue 109

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

Shades of Contessa #CC766D

Tints of Contessa #CC766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.38%

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 47.33%
G = 27.38%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC766D (or 0xCC766D) is known color: Contessa. HEX triplet: CC, 76 and 6D. RGB value is (204,118,109). Sum of RGB (Red+Green+Blue) = 204+118+109=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC766D is #338992. Grayscale: #8E8E8E. Windows color (decimal): -3377555 or 7173836. OLE color: 7173836.

HSL color Cylindrical-coordinate representation of color #CC766D: hue angle of 5.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC766D is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 118 109 -
CMYK 0 0.42 0.47 0.2
HSL 5.68º 0.48% 0.61% -
HSV(B) 5.68º 0.47% 0.8% -
XYZ 34.14 26.9 17.86 -
YUV 142.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 204 118 109 0 0.42 0.47 0.2 5.68 0.48 0.61
Hex CC 76 6D 0 2A 2F 14 6 30 3D
Octal 314 166 155 0 52 57 24 6 60 75
Binary 11001100 1110110 1101101 0 101010 101111 10100 110 110000 111101

Color Harmonies of #CC766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC766D

Black with #CC766D

Text Example


Text Example

White with #CC766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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