Html Css Color HEX #C57575 Contessa

📋 copy color: '#C57575'

red 197 ◦ green 117 ◦ blue 117

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

Shades of Contessa #C57575

Tints of Contessa #C57575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

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

R = 45.71%
G = 27.15%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C57575 (or 0xC57575) is known color: Contessa. HEX triplet: C5, 75 and 75. RGB value is (197,117,117). Sum of RGB (Red+Green+Blue) = 197+117+117=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C57575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57575 is #3A8A8A. Grayscale: #8D8D8D. Windows color (decimal): -3836555 or 7697861. OLE color: 7697861.

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

Color convert

RGB 197 117 117 -
CMYK 0 0.41 0.41 0.23
HSL 0.41% 0.62% -
HSV(B) 0.41% 0.77% -
XYZ 32.6 25.88 20.11 -
YUV 140.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 197 117 117 0 0.41 0.41 0.23 0 0.41 0.62
Hex C5 75 75 0 29 29 17 0 29 3E
Octal 305 165 165 0 51 51 27 0 51 76
Binary 11000101 1110101 1110101 0 101001 101001 10111 0 101001 111110

Color Harmonies of #C57575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57575

Black with #C57575

Text Example


Text Example

White with #C57575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57575; }

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

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

background-color css

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

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

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

border-color css

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

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

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