#C2835A

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

Shades of Burning Sand #C2835A

Tints of Burning Sand #C2835A

Color information

#C2835A (or 0xC2835A) is unknown color: approx Burning Sand. HEX triplet: C2, 83 and 5A. RGB value is (194,131,90). Sum of RGB (Red+Green+Blue) = 194+131+90=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2835A is #3D7CA5. Grayscale: #919191. Windows color (decimal): -4029606 or 5931970. OLE color: 5931970.

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

Color convert

RGB19413190-
CMYK00.320.540.24
HSL23.65º46.02%55.69%-
HSV(B)23.65º53.61%76.08%-
XYZ32.2128.4413.46-
YUV145.1696.87162.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=46.75%
G=31.57%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941319000.320.540.2423.6546.0255.69
HexC2835A0203618182e38
Octal3022031320406630305670
Binary1100001010000011101101001000001101101100011000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2835A; }

 p { color: rgb(194,131,90); }

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

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

 a { background-color: rgb(194,131,90); }

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

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

 span { border-color: rgb(194,131,90); }

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