#C87A66

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

Shades of Burning Sand #C87A66

Tints of Burning Sand #C87A66

Color information

#C87A66 (or 0xC87A66) is unknown color: approx Burning Sand. HEX triplet: C8, 7A and 66. RGB value is (200,122,102). Sum of RGB (Red+Green+Blue) = 200+122+102=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A66 is #378599. Grayscale: #8F8F8F. Windows color (decimal): -3638682 or 6716104. OLE color: 6716104.

HSL color Cylindrical-coordinate representation of color #C87A66: hue angle of 12.24º 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 #C87A66 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200122102-
CMYK00.390.490.22
HSL12.24º47.12%59.22%-
HSV(B)12.24º49%78.43%-
XYZ33.1827.1616.06-
YUV143.04104.84168.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=47.17%
G=28.77%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012210200.390.490.2212.2447.1259.22
HexC87A660273116c2f3b
Octal3101721460476126145773
Binary11001000111101011001100100111110001101101100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A66; }

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

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

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

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

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

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

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

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