Html Css Color HEX #CA7D71 Contessa

📋 copy color: '#CA7D71'

red 202 ◦ green 125 ◦ blue 113

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

Shades of Contessa #CA7D71

Tints of Contessa #CA7D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

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

R = 45.91%
G = 28.41%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA7D71 (or 0xCA7D71) is known color: Contessa. HEX triplet: CA, 7D and 71. RGB value is (202,125,113). Sum of RGB (Red+Green+Blue) = 202+125+113=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D71 is #35828E. Grayscale: #929292. Windows color (decimal): -3506831 or 7437770. OLE color: 7437770.

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

Color convert

RGB 202 125 113 -
CMYK 0 0.38 0.44 0.21
HSL 8.09º 0.46% 0.62% -
HSV(B) 8.09º 0.44% 0.79% -
XYZ 34.67 28.42 19.28 -
YUV 146.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 202 125 113 0 0.38 0.44 0.21 8.09 0.46 0.62
Hex CA 7D 71 0 26 2C 15 8 2E 3E
Octal 312 175 161 0 46 54 25 10 56 76
Binary 11001010 1111101 1110001 0 100110 101100 10101 1000 101110 111110

Color Harmonies of #CA7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D71

Black with #CA7D71

Text Example


Text Example

White with #CA7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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