#C2805E

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

Shades of Burning Sand #C2805E

Tints of Burning Sand #C2805E

Color information

#C2805E (or 0xC2805E) is unknown color: approx Burning Sand. HEX triplet: C2, 80 and 5E. RGB value is (194,128,94). Sum of RGB (Red+Green+Blue) = 194+128+94=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2805E is #3D7FA1. Grayscale: #909090. Windows color (decimal): -4030370 or 6193346. OLE color: 6193346.

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

Color convert

RGB19412894-
CMYK00.340.520.24
HSL20.4º45.05%56.47%-
HSV(B)20.4º51.55%76.08%-
XYZ31.9927.7214.25-
YUV143.8699.87163.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=46.63%
G=30.77%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941289400.340.520.2420.445.0556.47
HexC2805E0223418142d38
Octal3022001360426430245570
Binary1100001010000000101111001000101101001100010100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2805E; }

 p { color: rgb(194,128,94); }

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

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

 a { background-color: rgb(194,128,94); }

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

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

 span { border-color: rgb(194,128,94); }

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