Html Css Color HEX #C37160 Contessa

📋 copy color: '#C37160'

red 195 ◦ green 113 ◦ blue 96

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

Shades of Contessa #C37160

Tints of Contessa #C37160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 48.27%
G = 27.97%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C37160 (or 0xC37160) is known color: Contessa. HEX triplet: C3, 71 and 60. RGB value is (195,113,96). Sum of RGB (Red+Green+Blue) = 195+113+96=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C37160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37160 is #3C8E9F. Grayscale: #878787. Windows color (decimal): -3968672 or 6320579. OLE color: 6320579.

HSL color Cylindrical-coordinate representation of color #C37160: hue angle of 10.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C37160 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 96 -
CMYK 0 0.42 0.51 0.24
HSL 10.3º 0.45% 0.57% -
HSV(B) 10.3º 0.51% 0.76% -
XYZ 30.52 24.26 14.14 -
YUV 135.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 195 113 96 0 0.42 0.51 0.24 10.3 0.45 0.57
Hex C3 71 60 0 2A 33 18 A 2D 39
Octal 303 161 140 0 52 63 30 12 55 71
Binary 11000011 1110001 1100000 0 101010 110011 11000 1010 101101 111001

Color Harmonies of #C37160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37160

Black with #C37160

Text Example


Text Example

White with #C37160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37160; }

 p { color: rgb(195,113,96); }

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

background-color css

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

 a { background-color: rgb(195,113,96); }

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

border-color css

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

 span { border-color: rgb(195,113,96); }

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