Html Css Color HEX #CC766A Contessa

📋 copy color: '#CC766A'

red 204 ◦ green 118 ◦ blue 106

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

Shades of Contessa #CC766A

Tints of Contessa #CC766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.77%

R = 47.66%
G = 27.57%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC766A (or 0xCC766A) is known color: Contessa. HEX triplet: CC, 76 and 6A. RGB value is (204,118,106). Sum of RGB (Red+Green+Blue) = 204+118+106=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC766A is #338995. Grayscale: #8E8E8E. Windows color (decimal): -3377558 or 6977228. OLE color: 6977228.

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

Color convert

RGB 204 118 106 -
CMYK 0 0.42 0.48 0.2
HSL 7.35º 0.49% 0.61% -
HSV(B) 7.35º 0.48% 0.8% -
XYZ 33.98 26.83 17.02 -
YUV 142.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 204 118 106 0 0.42 0.48 0.2 7.35 0.49 0.61
Hex CC 76 6A 0 2A 30 14 7 31 3D
Octal 314 166 152 0 52 60 24 7 61 75
Binary 11001100 1110110 1101010 0 101010 110000 10100 111 110001 111101

Color Harmonies of #CC766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC766A

Black with #CC766A

Text Example


Text Example

White with #CC766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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