Html Css Color HEX #C37F56 Burning Sand

📋 copy color: '#C37F56'

red 195 ◦ green 127 ◦ blue 86

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

Shades of Burning Sand #C37F56

Tints of Burning Sand #C37F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 47.79%
G = 31.13%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C37F56 (or 0xC37F56) is known color: Burning Sand. HEX triplet: C3, 7F and 56. RGB value is (195,127,86). Sum of RGB (Red+Green+Blue) = 195+127+86=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F56 is #3C80A9. Grayscale: #8E8E8E. Windows color (decimal): -3965098 or 5668803. OLE color: 5668803.

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

Color convert

RGB 195 127 86 -
CMYK 0 0.35 0.56 0.24
HSL 22.57º 0.48% 0.55% -
HSV(B) 22.57º 0.56% 0.76% -
XYZ 31.77 27.45 12.43 -
YUV 142.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 195 127 86 0 0.35 0.56 0.24 22.57 0.48 0.55
Hex C3 7F 56 0 23 38 18 17 30 37
Octal 303 177 126 0 43 70 30 27 60 67
Binary 11000011 1111111 1010110 0 100011 111000 11000 10111 110000 110111

Color Harmonies of #C37F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F56

Black with #C37F56

Text Example


Text Example

White with #C37F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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