Html Css Color HEX #CC7774 Contessa

📋 copy color: '#CC7774'

red 204 ◦ green 119 ◦ blue 116

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

Shades of Contessa #CC7774

Tints of Contessa #CC7774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.42%

R = 46.47%
G = 27.11%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC7774 (or 0xCC7774) is known color: Contessa. HEX triplet: CC, 77 and 74. RGB value is (204,119,116). Sum of RGB (Red+Green+Blue) = 204+119+116=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7774 is #33888B. Grayscale: #909090. Windows color (decimal): -3377292 or 7632844. OLE color: 7632844.

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

Color convert

RGB 204 119 116 -
CMYK 0 0.42 0.43 0.2
HSL 2.05º 0.46% 0.63% -
HSV(B) 2.05º 0.43% 0.8% -
XYZ 34.65 27.29 19.96 -
YUV 144.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 204 119 116 0 0.42 0.43 0.2 2.05 0.46 0.63
Hex CC 77 74 0 2A 2B 14 2 2E 3F
Octal 314 167 164 0 52 53 24 2 56 77
Binary 11001100 1110111 1110100 0 101010 101011 10100 10 101110 111111

Color Harmonies of #CC7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7774

Black with #CC7774

Text Example


Text Example

White with #CC7774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7774; }

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

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

background-color css

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

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

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

border-color css

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

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

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