#C2846E

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

Shades of Burning Sand #C2846E

Tints of Burning Sand #C2846E

Color information

#C2846E (or 0xC2846E) is unknown color: approx Burning Sand. HEX triplet: C2, 84 and 6E. RGB value is (194,132,110). Sum of RGB (Red+Green+Blue) = 194+132+110=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2846E is #3D7B91. Grayscale: #949494. Windows color (decimal): -4029330 or 7242946. OLE color: 7242946.

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

Color convert

RGB194132110-
CMYK00.320.430.24
HSL15.71º40.78%59.61%-
HSV(B)15.71º43.3%76.08%-
XYZ33.3129.118.61-
YUV148.03106.54160.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=44.50%
G=30.28%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413211000.320.430.2415.7140.7859.61
HexC2846E0202B1810293c
Octal3022041560405330205174
Binary1100001010000100110111001000001010111100010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2846E; }

 p { color: rgb(194,132,110); }

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

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

 a { background-color: rgb(194,132,110); }

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

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

 span { border-color: rgb(194,132,110); }

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