#C38662

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

Shades of Burning Sand #C38662

Tints of Burning Sand #C38662

Color information

#C38662 (or 0xC38662) is unknown color: approx Burning Sand. HEX triplet: C3, 86 and 62. RGB value is (195,134,98). Sum of RGB (Red+Green+Blue) = 195+134+98=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38662 is #3C799D. Grayscale: #949494. Windows color (decimal): -3963294 or 6457027. OLE color: 6457027.

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

Color convert

RGB19513498-
CMYK00.310.500.24
HSL22.27º44.7%57.45%-
HSV(B)22.27º49.74%76.47%-
XYZ33.2429.5315.5-
YUV148.1499.71161.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=45.67%
G=31.38%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951349800.310.500.2422.2744.757.45
HexC3866201F3218162d39
Octal3032061420376230265571
Binary110000111000011011000100111111100101100010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38662; }

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

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

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

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

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

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

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

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