Html Css Color HEX #CA7571 Contessa

📋 copy color: '#CA7571'

red 202 ◦ green 117 ◦ blue 113

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

Shades of Contessa #CA7571

Tints of Contessa #CA7571

RGB

 RED value IS 202 (79.3% from 255) = 46.76%

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

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

R = 46.76%
G = 27.08%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA7571 (or 0xCA7571) is known color: Contessa. HEX triplet: CA, 75 and 71. RGB value is (202,117,113). Sum of RGB (Red+Green+Blue) = 202+117+113=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7571 is #358A8E. Grayscale: #8E8E8E. Windows color (decimal): -3508879 or 7435722. OLE color: 7435722.

HSL color Cylindrical-coordinate representation of color #CA7571: hue angle of 2.7º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7571 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 113 -
CMYK 0 0.42 0.44 0.21
HSL 2.7º 0.46% 0.62% -
HSV(B) 2.7º 0.44% 0.79% -
XYZ 33.7 26.47 18.96 -
YUV 141.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 202 117 113 0 0.42 0.44 0.21 2.7 0.46 0.62
Hex CA 75 71 0 2A 2C 15 3 2E 3E
Octal 312 165 161 0 52 54 25 3 56 76
Binary 11001010 1110101 1110001 0 101010 101100 10101 11 101110 111110

Color Harmonies of #CA7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7571

Black with #CA7571

Text Example


Text Example

White with #CA7571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7571; }

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

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

background-color css

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

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

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

border-color css

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

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

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