Html Css Color HEX #C57A70 Contessa

📋 copy color: '#C57A70'

red 197 ◦ green 122 ◦ blue 112

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

Shades of Contessa #C57A70

Tints of Contessa #C57A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.31%

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 45.71%
G = 28.31%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C57A70 (or 0xC57A70) is known color: Contessa. HEX triplet: C5, 7A and 70. RGB value is (197,122,112). Sum of RGB (Red+Green+Blue) = 197+122+112=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A70 is #3A858F. Grayscale: #8F8F8F. Windows color (decimal): -3835280 or 7371461. OLE color: 7371461.

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

Color convert

RGB 197 122 112 -
CMYK 0 0.38 0.43 0.23
HSL 7.06º 0.42% 0.61% -
HSV(B) 7.06º 0.43% 0.77% -
XYZ 32.91 26.96 18.8 -
YUV 143.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 197 122 112 0 0.38 0.43 0.23 7.06 0.42 0.61
Hex C5 7A 70 0 26 2B 17 7 2A 3D
Octal 305 172 160 0 46 53 27 7 52 75
Binary 11000101 1111010 1110000 0 100110 101011 10111 111 101010 111101

Color Harmonies of #C57A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A70

Black with #C57A70

Text Example


Text Example

White with #C57A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A70; }

 p { color: rgb(197,122,112); }

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

background-color css

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

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

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

border-color css

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

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

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