Html Css Color HEX #C47570 Contessa

📋 copy color: '#C47570'

red 196 ◦ green 117 ◦ blue 112

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

Shades of Contessa #C47570

Tints of Contessa #C47570

RGB

 RED value IS 196 (76.95% from 255) = 46.12%

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

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

R = 46.12%
G = 27.53%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C47570 (or 0xC47570) is known color: Contessa. HEX triplet: C4, 75 and 70. RGB value is (196,117,112). Sum of RGB (Red+Green+Blue) = 196+117+112=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C47570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47570 is #3B8A8F. Grayscale: #8C8C8C. Windows color (decimal): -3902096 or 7370180. OLE color: 7370180.

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

Color convert

RGB 196 117 112 -
CMYK 0 0.40 0.43 0.23
HSL 3.57º 0.42% 0.6% -
HSV(B) 3.57º 0.43% 0.77% -
XYZ 32.05 25.63 18.59 -
YUV 140.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 196 117 112 0 0.40 0.43 0.23 3.57 0.42 0.6
Hex C4 75 70 0 28 2B 17 4 2A 3C
Octal 304 165 160 0 50 53 27 4 52 74
Binary 11000100 1110101 1110000 0 101000 101011 10111 100 101010 111100

Color Harmonies of #C47570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47570

Black with #C47570

Text Example


Text Example

White with #C47570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47570; }

 p { color: rgb(196,117,112); }

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

background-color css

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

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

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

border-color css

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

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

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