#C38366

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

Shades of Burning Sand #C38366

Tints of Burning Sand #C38366

Color information

#C38366 (or 0xC38366) is unknown color: approx Burning Sand. HEX triplet: C3, 83 and 66. RGB value is (195,131,102). Sum of RGB (Red+Green+Blue) = 195+131+102=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38366 is #3C7C99. Grayscale: #939393. Windows color (decimal): -3964058 or 6718403. OLE color: 6718403.

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

Color convert

RGB195131102-
CMYK00.330.480.24
HSL18.71º43.66%58.24%-
HSV(B)18.71º47.69%76.47%-
XYZ33.0228.7916.39-
YUV146.83102.7162.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=45.56%
G=30.61%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513110200.330.480.2418.7143.6658.24
HexC383660213018132c3a
Octal3032031460416030235472
Binary1100001110000011110011001000011100001100010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38366; }

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

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

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

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

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

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

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

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