#CA845A

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

Shades of Burning Sand #CA845A

Tints of Burning Sand #CA845A

Color information

#CA845A (or 0xCA845A) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 5A. RGB value is (202,132,90). Sum of RGB (Red+Green+Blue) = 202+132+90=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA845A is #357BA5. Grayscale: #949494. Windows color (decimal): -3505062 or 5932234. OLE color: 5932234.

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

Color convert

RGB20213290-
CMYK00.350.550.21
HSL22.5º51.38%57.25%-
HSV(B)22.5º55.45%79.22%-
XYZ34.4529.813.61-
YUV148.1495.19166.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=47.64%
G=31.13%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021329000.350.550.2122.551.3857.25
HexCA845A0233715173339
Octal3122041320436725276371
Binary1100101010000100101101001000111101111010110111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA845A; }

 p { color: rgb(202,132,90); }

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

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

 a { background-color: rgb(202,132,90); }

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

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

 span { border-color: rgb(202,132,90); }

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