#CA826D

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

Shades of Burning Sand #CA826D

Tints of Burning Sand #CA826D

Color information

#CA826D (or 0xCA826D) is unknown color: approx Burning Sand. HEX triplet: CA, 82 and 6D. RGB value is (202,130,109). Sum of RGB (Red+Green+Blue) = 202+130+109=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA826D is #357D92. Grayscale: #959595. Windows color (decimal): -3505555 or 7176906. OLE color: 7176906.

HSL color Cylindrical-coordinate representation of color #CA826D: hue angle of 13.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA826D is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202130109-
CMYK00.360.460.21
HSL13.55º46.73%60.98%-
HSV(B)13.55º46.04%79.22%-
XYZ35.129.6318.34-
YUV149.13105.35165.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=45.80%
G=29.48%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213010900.360.460.2113.5546.7360.98
HexCA826D0242E15e2f3d
Octal3122021550445625165775
Binary110010101000001011011010100100101110101011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA826D; }

 p { color: rgb(202,130,109); }

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

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

 a { background-color: rgb(202,130,109); }

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

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

 span { border-color: rgb(202,130,109); }

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