#C1876C

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

Shades of Burning Sand #C1876C

Tints of Burning Sand #C1876C

Color information

#C1876C (or 0xC1876C) is unknown color: approx Burning Sand. HEX triplet: C1, 87 and 6C. RGB value is (193,135,108). Sum of RGB (Red+Green+Blue) = 193+135+108=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1876C is #3E7893. Grayscale: #959595. Windows color (decimal): -4094100 or 7112641. OLE color: 7112641.

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

Color convert

RGB193135108-
CMYK00.300.440.24
HSL19.06º40.67%59.02%-
HSV(B)19.06º44.04%75.69%-
XYZ33.3629.7518.17-
YUV149.26104.72159.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=44.27%
G=30.96%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313510800.300.440.2419.0640.6759.02
HexC1876C01E2C1813293b
Octal3012071540365430235173
Binary110000011000011111011000111101011001100010011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1876C; }

 p { color: rgb(193,135,108); }

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

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

 a { background-color: rgb(193,135,108); }

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

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

 span { border-color: rgb(193,135,108); }

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