#CA826F

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

Shades of Burning Sand #CA826F

Tints of Burning Sand #CA826F

Color information

#CA826F (or 0xCA826F) is unknown color: approx Burning Sand. HEX triplet: CA, 82 and 6F. RGB value is (202,130,111). Sum of RGB (Red+Green+Blue) = 202+130+111=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA826F is #357D90. Grayscale: #959595. Windows color (decimal): -3505553 or 7307978. OLE color: 7307978.

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

Color convert

RGB202130111-
CMYK00.360.450.21
HSL12.53º46.19%61.37%-
HSV(B)12.53º45.05%79.22%-
XYZ35.2129.6718.91-
YUV149.36106.35165.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=45.60%
G=29.35%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213011100.360.450.2112.5346.1961.37
HexCA826F0242D15d2e3d
Octal3122021570445525155675
Binary110010101000001011011110100100101101101011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA826F; }

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

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

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

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

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

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

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

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