#C38664

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

Shades of Burning Sand #C38664

Tints of Burning Sand #C38664

Color information

#C38664 (or 0xC38664) is unknown color: approx Burning Sand. HEX triplet: C3, 86 and 64. RGB value is (195,134,100). Sum of RGB (Red+Green+Blue) = 195+134+100=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38664 is #3C799B. Grayscale: #949494. Windows color (decimal): -3963292 or 6588099. OLE color: 6588099.

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

Color convert

RGB195134100-
CMYK00.310.490.24
HSL21.47º44.19%57.84%-
HSV(B)21.47º48.72%76.47%-
XYZ33.3329.5716.01-
YUV148.36100.71161.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=45.45%
G=31.24%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513410000.310.490.2421.4744.1957.84
HexC3866401F3118152c3a
Octal3032061440376130255472
Binary110000111000011011001000111111100011100010101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38664; }

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

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

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

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

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

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

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

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