#C2856D

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

Shades of Burning Sand #C2856D

Tints of Burning Sand #C2856D

Color information

#C2856D (or 0xC2856D) is unknown color: approx Burning Sand. HEX triplet: C2, 85 and 6D. RGB value is (194,133,109). Sum of RGB (Red+Green+Blue) = 194+133+109=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2856D is #3D7A92. Grayscale: #949494. Windows color (decimal): -4029075 or 7177666. OLE color: 7177666.

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

Color convert

RGB194133109-
CMYK00.310.440.24
HSL16.94º41.06%59.41%-
HSV(B)16.94º43.81%76.08%-
XYZ33.429.3518.37-
YUV148.5105.71160.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 109 (42.97% from 255) = 25%
R=44.50%
G=30.50%
B=25%

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
Decimal19413310900.310.440.2416.9441.0659.41
HexC2856D01F2C1811293b
Octal3022051550375430215173
Binary110000101000010111011010111111011001100010001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2856D; }

 p { color: rgb(194,133,109); }

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

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

 a { background-color: rgb(194,133,109); }

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

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

 span { border-color: rgb(194,133,109); }

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