#CA835C

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

Shades of Burning Sand #CA835C

Tints of Burning Sand #CA835C

Color information

#CA835C (or 0xCA835C) is unknown color: approx Burning Sand. HEX triplet: CA, 83 and 5C. RGB value is (202,131,92). Sum of RGB (Red+Green+Blue) = 202+131+92=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA835C is #357CA3. Grayscale: #949494. Windows color (decimal): -3505316 or 6063050. OLE color: 6063050.

HSL color Cylindrical-coordinate representation of color #CA835C: hue angle of 21.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA835C is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20213192-
CMYK00.350.540.21
HSL21.27º50.93%57.65%-
HSV(B)21.27º54.46%79.22%-
XYZ34.4129.5614.02-
YUV147.7896.52166.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=47.53%
G=30.82%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021319200.350.540.2121.2750.9357.65
HexCA835C023361515333a
Octal3122031340436625256372
Binary1100101010000011101110001000111101101010110101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA835C; }

 p { color: rgb(202,131,92); }

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

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

 a { background-color: rgb(202,131,92); }

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

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

 span { border-color: rgb(202,131,92); }

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