#C38464

Color #C38464 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C38464

Tints of Burning Sand #C38464

Color information

#C38464 (or 0xC38464) is unknown color: approx Burning Sand. HEX triplet: C3, 84 and 64. RGB value is (195,132,100). Sum of RGB (Red+Green+Blue) = 195+132+100=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38464 is #3C7B9B. Grayscale: #939393. Windows color (decimal): -3963804 or 6587587. OLE color: 6587587.

HSL color Cylindrical-coordinate representation of color #C38464: hue angle of 20.21º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C38464 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB195132100-
CMYK00.320.490.24
HSL20.21º44.19%57.84%-
HSV(B)20.21º48.72%76.47%-
XYZ33.0629.0215.92-
YUV147.19101.37162.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=45.67%
G=30.91%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513210000.320.490.2420.2144.1957.84
HexC384640203118142c3a
Octal3032041440406130245472
Binary1100001110000100110010001000001100011100010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38464; }

 p { color: rgb(195,132,100); }

 H1.HeaderClassName
 {
   color: #C38464;
 }
 .AnyTagClassName
 {
   color: #C38464;
 }
</style>
background-color css

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

 a { background-color: rgb(195,132,100); }

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

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

 span { border-color: rgb(195,132,100); }

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