#C2866A

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

Shades of Burning Sand #C2866A

Tints of Burning Sand #C2866A

Color information

#C2866A (or 0xC2866A) is unknown color: approx Burning Sand. HEX triplet: C2, 86 and 6A. RGB value is (194,134,106). Sum of RGB (Red+Green+Blue) = 194+134+106=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2866A is #3D7995. Grayscale: #949494. Windows color (decimal): -4028822 or 6981314. OLE color: 6981314.

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

Color convert

RGB194134106-
CMYK00.310.450.24
HSL19.09º41.9%58.82%-
HSV(B)19.09º45.36%76.08%-
XYZ33.3729.5617.58-
YUV148.75103.88160.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=44.70%
G=30.88%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413410600.310.450.2419.0941.958.82
HexC2866A01F2D18132a3b
Octal3022061520375530235273
Binary110000101000011011010100111111011011100010011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2866A; }

 p { color: rgb(194,134,106); }

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

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

 a { background-color: rgb(194,134,106); }

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

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

 span { border-color: rgb(194,134,106); }

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