#CA806F

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

Shades of Burning Sand #CA806F

Tints of Burning Sand #CA806F

Color information

#CA806F (or 0xCA806F) is unknown color: approx Burning Sand. HEX triplet: CA, 80 and 6F. RGB value is (202,128,111). Sum of RGB (Red+Green+Blue) = 202+128+111=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA806F is #357F90. Grayscale: #949494. Windows color (decimal): -3506065 or 7307466. OLE color: 7307466.

HSL color Cylindrical-coordinate representation of color #CA806F: hue angle of 11.21º 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 #CA806F is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202128111-
CMYK00.370.450.21
HSL11.21º46.19%61.37%-
HSV(B)11.21º45.05%79.22%-
XYZ34.9529.1418.82-
YUV148.19107.02166.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=45.80%
G=29.02%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212811100.370.450.2111.2146.1961.37
HexCA806F0252D15b2e3d
Octal3122001570455525135675
Binary110010101000000011011110100101101101101011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA806F; }

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

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

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

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

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

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

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

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