Html Css Color HEX #CA7972 Contessa

📋 copy color: '#CA7972'

red 202 ◦ green 121 ◦ blue 114

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

Shades of Contessa #CA7972

Tints of Contessa #CA7972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.69%

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

R = 46.22%
G = 27.69%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA7972 (or 0xCA7972) is known color: Contessa. HEX triplet: CA, 79 and 72. RGB value is (202,121,114). Sum of RGB (Red+Green+Blue) = 202+121+114=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7972 is #35868D. Grayscale: #909090. Windows color (decimal): -3507854 or 7502282. OLE color: 7502282.

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

Color convert

RGB 202 121 114 -
CMYK 0 0.40 0.44 0.21
HSL 4.77º 0.45% 0.62% -
HSV(B) 4.77º 0.44% 0.79% -
XYZ 34.23 27.45 19.41 -
YUV 144.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 202 121 114 0 0.40 0.44 0.21 4.77 0.45 0.62
Hex CA 79 72 0 28 2C 15 5 2D 3E
Octal 312 171 162 0 50 54 25 5 55 76
Binary 11001010 1111001 1110010 0 101000 101100 10101 101 101101 111110

Color Harmonies of #CA7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7972

Black with #CA7972

Text Example


Text Example

White with #CA7972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7972; }

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

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

background-color css

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

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

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

border-color css

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

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

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