Html Css Color HEX #CC7775 Contessa

📋 copy color: '#CC7775'

red 204 ◦ green 119 ◦ blue 117

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

Shades of Contessa #CC7775

Tints of Contessa #CC7775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 46.36%
G = 27.05%
B = 26.59%

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

#CC7775 (or 0xCC7775) is known color: Contessa. HEX triplet: CC, 77 and 75. RGB value is (204,119,117). Sum of RGB (Red+Green+Blue) = 204+119+117=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7775 is #33888A. Grayscale: #909090. Windows color (decimal): -3377291 or 7698380. OLE color: 7698380.

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

Color convert

RGB 204 119 117 -
CMYK 0 0.42 0.43 0.2
HSL 1.38º 0.46% 0.63% -
HSV(B) 1.38º 0.43% 0.8% -
XYZ 34.71 27.32 20.27 -
YUV 144.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 204 119 117 0 0.42 0.43 0.2 1.38 0.46 0.63
Hex CC 77 75 0 2A 2B 14 1 2E 3F
Octal 314 167 165 0 52 53 24 1 56 77
Binary 11001100 1110111 1110101 0 101010 101011 10100 1 101110 111111

Color Harmonies of #CC7775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7775

Black with #CC7775

Text Example


Text Example

White with #CC7775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7775; }

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

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

background-color css

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

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

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

border-color css

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

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

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