Html Css Color HEX #C57D72 Contessa

📋 copy color: '#C57D72'

red 197 ◦ green 125 ◦ blue 114

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

Shades of Contessa #C57D72

Tints of Contessa #C57D72

RGB

 RED value IS 197 (77.34% from 255) = 45.18%

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

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

R = 45.18%
G = 28.67%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C57D72 (or 0xC57D72) is known color: Contessa. HEX triplet: C5, 7D and 72. RGB value is (197,125,114). Sum of RGB (Red+Green+Blue) = 197+125+114=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D72 is #3A828D. Grayscale: #919191. Windows color (decimal): -3834510 or 7503301. OLE color: 7503301.

HSL color Cylindrical-coordinate representation of color #C57D72: hue angle of 7.95º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57D72 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 125 114 -
CMYK 0 0.37 0.42 0.23
HSL 7.95º 0.42% 0.61% -
HSV(B) 7.95º 0.42% 0.77% -
XYZ 33.4 27.75 19.52 -
YUV 145.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 197 125 114 0 0.37 0.42 0.23 7.95 0.42 0.61
Hex C5 7D 72 0 25 2A 17 8 2A 3D
Octal 305 175 162 0 45 52 27 10 52 75
Binary 11000101 1111101 1110010 0 100101 101010 10111 1000 101010 111101

Color Harmonies of #C57D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D72

Black with #C57D72

Text Example


Text Example

White with #C57D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D72; }

 p { color: rgb(197,125,114); }

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

background-color css

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

 a { background-color: rgb(197,125,114); }

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

border-color css

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

 span { border-color: rgb(197,125,114); }

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