Html Css Color HEX #C37B60 Burning Sand

📋 copy color: '#C37B60'

red 195 ◦ green 123 ◦ blue 96

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

Shades of Burning Sand #C37B60

Tints of Burning Sand #C37B60

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

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

R = 47.1%
G = 29.71%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C37B60 (or 0xC37B60) is known color: Burning Sand. HEX triplet: C3, 7B and 60. RGB value is (195,123,96). Sum of RGB (Red+Green+Blue) = 195+123+96=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B60 is #3C849F. Grayscale: #8D8D8D. Windows color (decimal): -3966112 or 6323139. OLE color: 6323139.

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

Color convert

RGB 195 123 96 -
CMYK 0 0.37 0.51 0.24
HSL 16.36º 0.45% 0.57% -
HSV(B) 16.36º 0.51% 0.76% -
XYZ 31.7 26.61 14.53 -
YUV 141.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 195 123 96 0 0.37 0.51 0.24 16.36 0.45 0.57
Hex C3 7B 60 0 25 33 18 10 2D 39
Octal 303 173 140 0 45 63 30 20 55 71
Binary 11000011 1111011 1100000 0 100101 110011 11000 10000 101101 111001

Color Harmonies of #C37B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B60

Black with #C37B60

Text Example


Text Example

White with #C37B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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