#CA866F

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

Shades of Burning Sand #CA866F

Tints of Burning Sand #CA866F

Color information

#CA866F (or 0xCA866F) is unknown color: approx Burning Sand. HEX triplet: CA, 86 and 6F. RGB value is (202,134,111). Sum of RGB (Red+Green+Blue) = 202+134+111=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA866F is #357990. Grayscale: #979797. Windows color (decimal): -3504529 or 7309002. OLE color: 7309002.

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

Color convert

RGB202134111-
CMYK00.340.450.21
HSL15.16º46.19%61.37%-
HSV(B)15.16º45.05%79.22%-
XYZ35.7530.7519.09-
YUV151.71105.03163.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=45.19%
G=29.98%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213411100.340.450.2115.1646.1961.37
HexCA866F0222D15f2e3d
Octal3122061570425525175675
Binary110010101000011011011110100010101101101011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA866F; }

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

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

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

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

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

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

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

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