Html Css Color HEX #CC776D Contessa

📋 copy color: '#CC776D'

red 204 ◦ green 119 ◦ blue 109

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

Shades of Contessa #CC776D

Tints of Contessa #CC776D

RGB

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

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

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

R = 47.22%
G = 27.55%
B = 25.23%

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

#CC776D (or 0xCC776D) is known color: Contessa. HEX triplet: CC, 77 and 6D. RGB value is (204,119,109). Sum of RGB (Red+Green+Blue) = 204+119+109=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC776D is #338892. Grayscale: #8F8F8F. Windows color (decimal): -3377299 or 7174092. OLE color: 7174092.

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

Color convert

RGB 204 119 109 -
CMYK 0 0.42 0.47 0.2
HSL 6.32º 0.48% 0.61% -
HSV(B) 6.32º 0.47% 0.8% -
XYZ 34.26 27.14 17.9 -
YUV 143.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 204 119 109 0 0.42 0.47 0.2 6.32 0.48 0.61
Hex CC 77 6D 0 2A 2F 14 6 30 3D
Octal 314 167 155 0 52 57 24 6 60 75
Binary 11001100 1110111 1101101 0 101010 101111 10100 110 110000 111101

Color Harmonies of #CC776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC776D

Black with #CC776D

Text Example


Text Example

White with #CC776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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