#C88366

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

Shades of Burning Sand #C88366

Tints of Burning Sand #C88366

Color information

#C88366 (or 0xC88366) is unknown color: approx Burning Sand. HEX triplet: C8, 83 and 66. RGB value is (200,131,102). Sum of RGB (Red+Green+Blue) = 200+131+102=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C88366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88366 is #377C99. Grayscale: #949494. Windows color (decimal): -3636378 or 6718408. OLE color: 6718408.

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

Color convert

RGB200131102-
CMYK00.340.490.22
HSL17.76º47.12%59.22%-
HSV(B)17.76º49%78.43%-
XYZ34.3329.4716.45-
YUV148.32101.86164.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=46.19%
G=30.25%
B=23.56%

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
Decimal20013110200.340.490.2217.7647.1259.22
HexC883660223116122f3b
Octal3102031460426126225773
Binary1100100010000011110011001000101100011011010010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88366; }

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

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

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

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

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

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

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

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