Html Css Color HEX #C37F5E Burning Sand

📋 copy color: '#C37F5E'

red 195 ◦ green 127 ◦ blue 94

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

Shades of Burning Sand #C37F5E

Tints of Burning Sand #C37F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 46.88%
G = 30.53%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C37F5E (or 0xC37F5E) is known color: Burning Sand. HEX triplet: C3, 7F and 5E. RGB value is (195,127,94). Sum of RGB (Red+Green+Blue) = 195+127+94=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F5E is #3C80A1. Grayscale: #8F8F8F. Windows color (decimal): -3965090 or 6193091. OLE color: 6193091.

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

Color convert

RGB 195 127 94 -
CMYK 0 0.35 0.52 0.24
HSL 19.6º 0.46% 0.57% -
HSV(B) 19.6º 0.52% 0.76% -
XYZ 32.12 27.59 14.22 -
YUV 143.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 195 127 94 0 0.35 0.52 0.24 19.6 0.46 0.57
Hex C3 7F 5E 0 23 34 18 14 2E 39
Octal 303 177 136 0 43 64 30 24 56 71
Binary 11000011 1111111 1011110 0 100011 110100 11000 10100 101110 111001

Color Harmonies of #C37F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F5E

Black with #C37F5E

Text Example


Text Example

White with #C37F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F5E; }

 p { color: rgb(195,127,94); }

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

background-color css

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

 a { background-color: rgb(195,127,94); }

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

border-color css

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

 span { border-color: rgb(195,127,94); }

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