#C88163

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

Shades of Burning Sand #C88163

Tints of Burning Sand #C88163

Color information

#C88163 (or 0xC88163) is unknown color: approx Burning Sand. HEX triplet: C8, 81 and 63. RGB value is (200,129,99). Sum of RGB (Red+Green+Blue) = 200+129+99=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C88163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88163 is #377E9C. Grayscale: #939393. Windows color (decimal): -3636893 or 6521288. OLE color: 6521288.

HSL color Cylindrical-coordinate representation of color #C88163: hue angle of 17.82º degrees, saturation: 0.48, 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 #C88163 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB20012999-
CMYK00.360.500.22
HSL17.82º47.87%58.63%-
HSV(B)17.82º50.5%78.43%-
XYZ33.9228.8815.59-
YUV146.81101.02165.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 99 (39.06% from 255) = 23.13%
R=46.73%
G=30.14%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001299900.360.500.2217.8247.8758.63
HexC88163024321612303b
Octal3102011430446226226073
Binary1100100010000001110001101001001100101011010010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88163; }

 p { color: rgb(200,129,99); }

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

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

 a { background-color: rgb(200,129,99); }

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

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

 span { border-color: rgb(200,129,99); }

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