Html Css Color HEX #CC776A Contessa

📋 copy color: '#CC776A'

red 204 ◦ green 119 ◦ blue 106

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

Shades of Contessa #CC776A

Tints of Contessa #CC776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

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

R = 47.55%
G = 27.74%
B = 24.71%

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

#CC776A (or 0xCC776A) is known color: Contessa. HEX triplet: CC, 77 and 6A. RGB value is (204,119,106). Sum of RGB (Red+Green+Blue) = 204+119+106=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC776A is #338895. Grayscale: #8F8F8F. Windows color (decimal): -3377302 or 6977484. OLE color: 6977484.

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

Color convert

RGB 204 119 106 -
CMYK 0 0.42 0.48 0.2
HSL 7.96º 0.49% 0.61% -
HSV(B) 7.96º 0.48% 0.8% -
XYZ 34.1 27.07 17.06 -
YUV 142.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 204 119 106 0 0.42 0.48 0.2 7.96 0.49 0.61
Hex CC 77 6A 0 2A 30 14 8 31 3D
Octal 314 167 152 0 52 60 24 10 61 75
Binary 11001100 1110111 1101010 0 101010 110000 10100 1000 110001 111101

Color Harmonies of #CC776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC776A

Black with #CC776A

Text Example


Text Example

White with #CC776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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