Html Css Color HEX #C57975 Contessa

📋 copy color: '#C57975'

red 197 ◦ green 121 ◦ blue 117

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

Shades of Contessa #C57975

Tints of Contessa #C57975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 45.29%
G = 27.82%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C57975 (or 0xC57975) is known color: Contessa. HEX triplet: C5, 79 and 75. RGB value is (197,121,117). Sum of RGB (Red+Green+Blue) = 197+121+117=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C57975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57975 is #3A868A. Grayscale: #8F8F8F. Windows color (decimal): -3835531 or 7698885. OLE color: 7698885.

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

Color convert

RGB 197 121 117 -
CMYK 0 0.39 0.41 0.23
HSL 0.41% 0.62% -
HSV(B) 0.41% 0.77% -
XYZ 33.07 26.83 20.27 -
YUV 143.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 197 121 117 0 0.39 0.41 0.23 3 0.41 0.62
Hex C5 79 75 0 27 29 17 3 29 3E
Octal 305 171 165 0 47 51 27 3 51 76
Binary 11000101 1111001 1110101 0 100111 101001 10111 11 101001 111110

Color Harmonies of #C57975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57975

Black with #C57975

Text Example


Text Example

White with #C57975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57975; }

 p { color: rgb(197,121,117); }

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

background-color css

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

 a { background-color: rgb(197,121,117); }

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

border-color css

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

 span { border-color: rgb(197,121,117); }

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