#C88769

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

Shades of Burning Sand #C88769

Tints of Burning Sand #C88769

Color information

#C88769 (or 0xC88769) is unknown color: approx Burning Sand. HEX triplet: C8, 87 and 69. RGB value is (200,135,105). Sum of RGB (Red+Green+Blue) = 200+135+105=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C88769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88769 is #377896. Grayscale: #979797. Windows color (decimal): -3635351 or 6916040. OLE color: 6916040.

HSL color Cylindrical-coordinate representation of color #C88769: hue angle of 18.95º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C88769 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB200135105-
CMYK00.320.480.22
HSL18.95º46.34%59.8%-
HSV(B)18.95º47.5%78.43%-
XYZ35.0330.6317.43-
YUV151.01102.03162.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=45.45%
G=30.68%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013510500.320.480.2218.9546.3459.8
HexC887690203016132e3c
Octal3102071510406026235674
Binary1100100010000111110100101000001100001011010011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88769; }

 p { color: rgb(200,135,105); }

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

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

 a { background-color: rgb(200,135,105); }

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

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

 span { border-color: rgb(200,135,105); }

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