Html Css Color HEX #CC7571 Contessa

📋 copy color: '#CC7571'

red 204 ◦ green 117 ◦ blue 113

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

Shades of Contessa #CC7571

Tints of Contessa #CC7571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.04%

R = 47%
G = 26.96%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC7571 (or 0xCC7571) is known color: Contessa. HEX triplet: CC, 75 and 71. RGB value is (204,117,113). Sum of RGB (Red+Green+Blue) = 204+117+113=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7571 is #338A8E. Grayscale: #8E8E8E. Windows color (decimal): -3377807 or 7435724. OLE color: 7435724.

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

Color convert

RGB 204 117 113 -
CMYK 0 0.43 0.45 0.2
HSL 2.64º 0.47% 0.62% -
HSV(B) 2.64º 0.45% 0.8% -
XYZ 34.24 26.75 18.98 -
YUV 142.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 204 117 113 0 0.43 0.45 0.2 2.64 0.47 0.62
Hex CC 75 71 0 2B 2D 14 3 2F 3E
Octal 314 165 161 0 53 55 24 3 57 76
Binary 11001100 1110101 1110001 0 101011 101101 10100 11 101111 111110

Color Harmonies of #CC7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7571

Black with #CC7571

Text Example


Text Example

White with #CC7571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7571; }

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

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

background-color css

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

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

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

border-color css

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

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

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