Html Css Color HEX #C37C60 Burning Sand

📋 copy color: '#C37C60'

red 195 ◦ green 124 ◦ blue 96

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

Shades of Burning Sand #C37C60

Tints of Burning Sand #C37C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

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

R = 46.99%
G = 29.88%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C37C60 (or 0xC37C60) is known color: Burning Sand. HEX triplet: C3, 7C and 60. RGB value is (195,124,96). Sum of RGB (Red+Green+Blue) = 195+124+96=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C60 is #3C839F. Grayscale: #8E8E8E. Windows color (decimal): -3965856 or 6323395. OLE color: 6323395.

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

Color convert

RGB 195 124 96 -
CMYK 0 0.36 0.51 0.24
HSL 16.97º 0.45% 0.57% -
HSV(B) 16.97º 0.51% 0.76% -
XYZ 31.82 26.86 14.57 -
YUV 142.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 195 124 96 0 0.36 0.51 0.24 16.97 0.45 0.57
Hex C3 7C 60 0 24 33 18 11 2D 39
Octal 303 174 140 0 44 63 30 21 55 71
Binary 11000011 1111100 1100000 0 100100 110011 11000 10001 101101 111001

Color Harmonies of #C37C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C60

Black with #C37C60

Text Example


Text Example

White with #C37C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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