#C88362

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

Shades of Burning Sand #C88362

Tints of Burning Sand #C88362

Color information

#C88362 (or 0xC88362) is unknown color: approx Burning Sand. HEX triplet: C8, 83 and 62. RGB value is (200,131,98). Sum of RGB (Red+Green+Blue) = 200+131+98=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C88362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88362 is #377C9D. Grayscale: #949494. Windows color (decimal): -3636382 or 6456264. OLE color: 6456264.

HSL color Cylindrical-coordinate representation of color #C88362: hue angle of 19.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C88362 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB20013198-
CMYK00.340.510.22
HSL19.41º48.11%58.43%-
HSV(B)19.41º51%78.43%-
XYZ34.1429.3915.43-
YUV147.8799.86165.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=46.62%
G=30.54%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001319800.340.510.2219.4148.1158.43
HexC88362022331613303a
Octal3102031420426326236072
Binary1100100010000011110001001000101100111011010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88362; }

 p { color: rgb(200,131,98); }

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

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

 a { background-color: rgb(200,131,98); }

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

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

 span { border-color: rgb(200,131,98); }

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