#C38369

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

Shades of Burning Sand #C38369

Tints of Burning Sand #C38369

Color information

#C38369 (or 0xC38369) is unknown color: approx Burning Sand. HEX triplet: C3, 83 and 69. RGB value is (195,131,105). Sum of RGB (Red+Green+Blue) = 195+131+105=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38369 is #3C7C96. Grayscale: #939393. Windows color (decimal): -3964055 or 6915011. OLE color: 6915011.

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

Color convert

RGB195131105-
CMYK00.330.460.24
HSL17.33º42.86%58.82%-
HSV(B)17.33º46.15%76.47%-
XYZ33.1728.8517.19-
YUV147.17104.2162.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=45.24%
G=30.39%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513110500.330.460.2417.3342.8658.82
HexC383690212E18112b3b
Octal3032031510415630215373
Binary1100001110000011110100101000011011101100010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38369; }

 p { color: rgb(195,131,105); }

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

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

 a { background-color: rgb(195,131,105); }

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

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

 span { border-color: rgb(195,131,105); }

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