Html Css Color HEX #C37E60 Burning Sand

📋 copy color: '#C37E60'

red 195 ◦ green 126 ◦ blue 96

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

Shades of Burning Sand #C37E60

Tints of Burning Sand #C37E60

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.22%

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

R = 46.76%
G = 30.22%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C37E60 (or 0xC37E60) is known color: Burning Sand. HEX triplet: C3, 7E and 60. RGB value is (195,126,96). Sum of RGB (Red+Green+Blue) = 195+126+96=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E60 is #3C819F. Grayscale: #8F8F8F. Windows color (decimal): -3965344 or 6323907. OLE color: 6323907.

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

Color convert

RGB 195 126 96 -
CMYK 0 0.35 0.51 0.24
HSL 18.18º 0.45% 0.57% -
HSV(B) 18.18º 0.51% 0.76% -
XYZ 32.08 27.37 14.66 -
YUV 143.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 195 126 96 0 0.35 0.51 0.24 18.18 0.45 0.57
Hex C3 7E 60 0 23 33 18 12 2D 39
Octal 303 176 140 0 43 63 30 22 55 71
Binary 11000011 1111110 1100000 0 100011 110011 11000 10010 101101 111001

Color Harmonies of #C37E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E60

Black with #C37E60

Text Example


Text Example

White with #C37E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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