Html Css Color HEX #CA7971 Contessa

📋 copy color: '#CA7971'

red 202 ◦ green 121 ◦ blue 113

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

Shades of Contessa #CA7971

Tints of Contessa #CA7971

RGB

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

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

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

R = 46.33%
G = 27.75%
B = 25.92%

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

#CA7971 (or 0xCA7971) is known color: Contessa. HEX triplet: CA, 79 and 71. RGB value is (202,121,113). Sum of RGB (Red+Green+Blue) = 202+121+113=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7971 is #35868E. Grayscale: #909090. Windows color (decimal): -3507855 or 7436746. OLE color: 7436746.

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

Color convert

RGB 202 121 113 -
CMYK 0 0.40 0.44 0.21
HSL 5.39º 0.46% 0.62% -
HSV(B) 5.39º 0.44% 0.79% -
XYZ 34.18 27.42 19.11 -
YUV 144.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 202 121 113 0 0.40 0.44 0.21 5.39 0.46 0.62
Hex CA 79 71 0 28 2C 15 5 2E 3E
Octal 312 171 161 0 50 54 25 5 56 76
Binary 11001010 1111001 1110001 0 101000 101100 10101 101 101110 111110

Color Harmonies of #CA7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7971

Black with #CA7971

Text Example


Text Example

White with #CA7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7971; }

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

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

background-color css

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

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

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

border-color css

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

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

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