Html Css Color HEX #CC766C Contessa

📋 copy color: '#CC766C'

red 204 ◦ green 118 ◦ blue 108

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

Shades of Contessa #CC766C

Tints of Contessa #CC766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 47.44%
G = 27.44%
B = 25.12%

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

#CC766C (or 0xCC766C) is known color: Contessa. HEX triplet: CC, 76 and 6C. RGB value is (204,118,108). Sum of RGB (Red+Green+Blue) = 204+118+108=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC766C is #338993. Grayscale: #8E8E8E. Windows color (decimal): -3377556 or 7108300. OLE color: 7108300.

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

Color convert

RGB 204 118 108 -
CMYK 0 0.42 0.47 0.2
HSL 6.25º 0.48% 0.61% -
HSV(B) 6.25º 0.47% 0.8% -
XYZ 34.09 26.88 17.58 -
YUV 142.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 204 118 108 0 0.42 0.47 0.2 6.25 0.48 0.61
Hex CC 76 6C 0 2A 2F 14 6 30 3D
Octal 314 166 154 0 52 57 24 6 60 75
Binary 11001100 1110110 1101100 0 101010 101111 10100 110 110000 111101

Color Harmonies of #CC766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC766C

Black with #CC766C

Text Example


Text Example

White with #CC766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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