#C88465

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

Shades of Burning Sand #C88465

Tints of Burning Sand #C88465

Color information

#C88465 (or 0xC88465) is unknown color: approx Burning Sand. HEX triplet: C8, 84 and 65. RGB value is (200,132,101). Sum of RGB (Red+Green+Blue) = 200+132+101=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C88465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88465 is #377B9A. Grayscale: #949494. Windows color (decimal): -3636123 or 6653128. OLE color: 6653128.

HSL color Cylindrical-coordinate representation of color #C88465: hue angle of 18.79º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C88465 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200132101-
CMYK00.340.490.22
HSL18.79º47.37%59.02%-
HSV(B)18.79º49.5%78.43%-
XYZ34.4229.7216.23-
YUV148.8101.03164.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=46.19%
G=30.48%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013210100.340.490.2218.7947.3759.02
HexC884650223116132f3b
Octal3102041450426126235773
Binary1100100010000100110010101000101100011011010011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88465; }

 p { color: rgb(200,132,101); }

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

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

 a { background-color: rgb(200,132,101); }

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

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

 span { border-color: rgb(200,132,101); }

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