#C1866C

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

Shades of Burning Sand #C1866C

Tints of Burning Sand #C1866C

Color information

#C1866C (or 0xC1866C) is unknown color: approx Burning Sand. HEX triplet: C1, 86 and 6C. RGB value is (193,134,108). Sum of RGB (Red+Green+Blue) = 193+134+108=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1866C is #3E7993. Grayscale: #949494. Windows color (decimal): -4094356 or 7112385. OLE color: 7112385.

HSL color Cylindrical-coordinate representation of color #C1866C: hue angle of 18.35º 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 #C1866C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193134108-
CMYK00.310.440.24
HSL18.35º40.67%59.02%-
HSV(B)18.35º44.04%75.69%-
XYZ33.2229.4718.12-
YUV148.68105.05159.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=44.37%
G=30.80%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313410800.310.440.2418.3540.6759.02
HexC1866C01F2C1812293b
Octal3012061540375430225173
Binary110000011000011011011000111111011001100010010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1866C; }

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

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

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

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

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

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

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

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