#C38062

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

Shades of Burning Sand #C38062

Tints of Burning Sand #C38062

Color information

#C38062 (or 0xC38062) is unknown color: approx Burning Sand. HEX triplet: C3, 80 and 62. RGB value is (195,128,98). Sum of RGB (Red+Green+Blue) = 195+128+98=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38062 is #3C7F9D. Grayscale: #909090. Windows color (decimal): -3964830 or 6455491. OLE color: 6455491.

HSL color Cylindrical-coordinate representation of color #C38062: hue angle of 18.56º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38062 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19512898-
CMYK00.340.500.24
HSL18.56º44.7%57.45%-
HSV(B)18.56º49.74%76.47%-
XYZ32.4327.9215.24-
YUV144.61101.7163.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=46.32%
G=30.40%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951289800.340.500.2418.5644.757.45
HexC380620223218132d39
Octal3032001420426230235571
Binary1100001110000000110001001000101100101100010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38062; }

 p { color: rgb(195,128,98); }

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

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

 a { background-color: rgb(195,128,98); }

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

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

 span { border-color: rgb(195,128,98); }

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