Html Css Color HEX #CA7472 Contessa

📋 copy color: '#CA7472'

red 202 ◦ green 116 ◦ blue 114

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

Shades of Contessa #CA7472

Tints of Contessa #CA7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

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

R = 46.76%
G = 26.85%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA7472 (or 0xCA7472) is known color: Contessa. HEX triplet: CA, 74 and 72. RGB value is (202,116,114). Sum of RGB (Red+Green+Blue) = 202+116+114=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7472 is #358B8D. Grayscale: #8D8D8D. Windows color (decimal): -3509134 or 7501002. OLE color: 7501002.

HSL color Cylindrical-coordinate representation of color #CA7472: hue angle of 1.36º degrees, saturation: 0.45, 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 #CA7472 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 116 114 -
CMYK 0 0.43 0.44 0.21
HSL 1.36º 0.45% 0.62% -
HSV(B) 1.36º 0.44% 0.79% -
XYZ 33.64 26.26 19.22 -
YUV 141.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 202 116 114 0 0.43 0.44 0.21 1.36 0.45 0.62
Hex CA 74 72 0 2B 2C 15 1 2D 3E
Octal 312 164 162 0 53 54 25 1 55 76
Binary 11001010 1110100 1110010 0 101011 101100 10101 1 101101 111110

Color Harmonies of #CA7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7472

Black with #CA7472

Text Example


Text Example

White with #CA7472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7472; }

 p { color: rgb(202,116,114); }

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

background-color css

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

 a { background-color: rgb(202,116,114); }

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

border-color css

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

 span { border-color: rgb(202,116,114); }

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