#C38563

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

Shades of Burning Sand #C38563

Tints of Burning Sand #C38563

Color information

#C38563 (or 0xC38563) is unknown color: approx Burning Sand. HEX triplet: C3, 85 and 63. RGB value is (195,133,99). Sum of RGB (Red+Green+Blue) = 195+133+99=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38563 is #3C7A9C. Grayscale: #939393. Windows color (decimal): -3963549 or 6522307. OLE color: 6522307.

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

Color convert

RGB19513399-
CMYK00.320.490.24
HSL21.25º44.44%57.65%-
HSV(B)21.25º49.23%76.47%-
XYZ33.1529.2815.71-
YUV147.66100.54161.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=45.67%
G=31.15%
B=23.19%

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
Decimal1951339900.320.490.2421.2544.4457.65
HexC385630203118152c3a
Octal3032051430406130255472
Binary1100001110000101110001101000001100011100010101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38563; }

 p { color: rgb(195,133,99); }

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

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

 a { background-color: rgb(195,133,99); }

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

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

 span { border-color: rgb(195,133,99); }

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