Html Css Color HEX #CC7572 Contessa

📋 copy color: '#CC7572'

red 204 ◦ green 117 ◦ blue 114

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

Shades of Contessa #CC7572

Tints of Contessa #CC7572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 46.9%
G = 26.9%
B = 26.21%

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

#CC7572 (or 0xCC7572) is known color: Contessa. HEX triplet: CC, 75 and 72. RGB value is (204,117,114). Sum of RGB (Red+Green+Blue) = 204+117+114=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7572 is #338A8D. Grayscale: #8E8E8E. Windows color (decimal): -3377806 or 7501260. OLE color: 7501260.

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

Color convert

RGB 204 117 114 -
CMYK 0 0.43 0.44 0.2
HSL 0.47% 0.62% -
HSV(B) 0.44% 0.8% -
XYZ 34.3 26.77 19.28 -
YUV 142.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 204 117 114 0 0.43 0.44 0.2 2 0.47 0.62
Hex CC 75 72 0 2B 2C 14 2 2F 3E
Octal 314 165 162 0 53 54 24 2 57 76
Binary 11001100 1110101 1110010 0 101011 101100 10100 10 101111 111110

Color Harmonies of #CC7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7572

Black with #CC7572

Text Example


Text Example

White with #CC7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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