#C2876B

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

Shades of Burning Sand #C2876B

Tints of Burning Sand #C2876B

Color information

#C2876B (or 0xC2876B) is unknown color: approx Burning Sand. HEX triplet: C2, 87 and 6B. RGB value is (194,135,107). Sum of RGB (Red+Green+Blue) = 194+135+107=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2876B is #3D7894. Grayscale: #959595. Windows color (decimal): -4028565 or 7047106. OLE color: 7047106.

HSL color Cylindrical-coordinate representation of color #C2876B: hue angle of 19.31º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2876B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194135107-
CMYK00.300.450.24
HSL19.31º41.63%59.02%-
HSV(B)19.31º44.85%76.08%-
XYZ33.5729.8617.9-
YUV149.45104.05159.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=44.50%
G=30.96%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413510700.300.450.2419.3141.6359.02
HexC2876B01E2D18132a3b
Octal3022071530365530235273
Binary110000101000011111010110111101011011100010011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2876B; }

 p { color: rgb(194,135,107); }

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

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

 a { background-color: rgb(194,135,107); }

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

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

 span { border-color: rgb(194,135,107); }

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