Html Css Color HEX #CC7573 Contessa

📋 copy color: '#CC7573'

red 204 ◦ green 117 ◦ blue 115

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

Shades of Contessa #CC7573

Tints of Contessa #CC7573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 46.79%
G = 26.83%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC7573 (or 0xCC7573) is known color: Contessa. HEX triplet: CC, 75 and 73. RGB value is (204,117,115). Sum of RGB (Red+Green+Blue) = 204+117+115=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7573 is #338A8C. Grayscale: #8E8E8E. Windows color (decimal): -3377805 or 7566796. OLE color: 7566796.

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

Color convert

RGB 204 117 115 -
CMYK 0 0.43 0.44 0.2
HSL 1.35º 0.47% 0.63% -
HSV(B) 1.35º 0.44% 0.8% -
XYZ 34.36 26.8 19.58 -
YUV 142.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 204 117 115 0 0.43 0.44 0.2 1.35 0.47 0.63
Hex CC 75 73 0 2B 2C 14 1 2F 3F
Octal 314 165 163 0 53 54 24 1 57 77
Binary 11001100 1110101 1110011 0 101011 101100 10100 1 101111 111111

Color Harmonies of #CC7573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7573

Black with #CC7573

Text Example


Text Example

White with #CC7573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7573; }

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

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

background-color css

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

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

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

border-color css

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

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

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