Html Css Color HEX #C37260 Contessa

📋 copy color: '#C37260'

red 195 ◦ green 114 ◦ blue 96

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

Shades of Contessa #C37260

Tints of Contessa #C37260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 48.15%
G = 28.15%
B = 23.7%

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

#C37260 (or 0xC37260) is known color: Contessa. HEX triplet: C3, 72 and 60. RGB value is (195,114,96). Sum of RGB (Red+Green+Blue) = 195+114+96=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C37260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37260 is #3C8D9F. Grayscale: #888888. Windows color (decimal): -3968416 or 6320835. OLE color: 6320835.

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

Color convert

RGB 195 114 96 -
CMYK 0 0.42 0.51 0.24
HSL 10.91º 0.45% 0.57% -
HSV(B) 10.91º 0.51% 0.76% -
XYZ 30.63 24.48 14.18 -
YUV 136.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 195 114 96 0 0.42 0.51 0.24 10.91 0.45 0.57
Hex C3 72 60 0 2A 33 18 B 2D 39
Octal 303 162 140 0 52 63 30 13 55 71
Binary 11000011 1110010 1100000 0 101010 110011 11000 1011 101101 111001

Color Harmonies of #C37260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37260

Black with #C37260

Text Example


Text Example

White with #C37260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37260; }

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

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

background-color css

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

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

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

border-color css

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

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

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