Html Css Color HEX #C37470 Contessa

📋 copy color: '#C37470'

red 195 ◦ green 116 ◦ blue 112

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

Shades of Contessa #C37470

Tints of Contessa #C37470

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

 GREEN value IS 116 (45.7% from 255) = 27.42%

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

R = 46.1%
G = 27.42%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C37470 (or 0xC37470) is known color: Contessa. HEX triplet: C3, 74 and 70. RGB value is (195,116,112). Sum of RGB (Red+Green+Blue) = 195+116+112=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C37470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37470 is #3C8B8F. Grayscale: #8B8B8B. Windows color (decimal): -3967888 or 7369923. OLE color: 7369923.

HSL color Cylindrical-coordinate representation of color #C37470: hue angle of 2.89º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37470 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 112 -
CMYK 0 0.41 0.43 0.24
HSL 2.89º 0.41% 0.6% -
HSV(B) 2.89º 0.43% 0.76% -
XYZ 31.68 25.26 18.54 -
YUV 139.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 195 116 112 0 0.41 0.43 0.24 2.89 0.41 0.6
Hex C3 74 70 0 29 2B 18 3 29 3C
Octal 303 164 160 0 51 53 30 3 51 74
Binary 11000011 1110100 1110000 0 101001 101011 11000 11 101001 111100

Color Harmonies of #C37470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37470

Black with #C37470

Text Example


Text Example

White with #C37470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37470; }

 p { color: rgb(195,116,112); }

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

background-color css

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

 a { background-color: rgb(195,116,112); }

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

border-color css

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

 span { border-color: rgb(195,116,112); }

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