#CA875D

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

Shades of Burning Sand #CA875D

Tints of Burning Sand #CA875D

Color information

#CA875D (or 0xCA875D) is unknown color: approx Burning Sand. HEX triplet: CA, 87 and 5D. RGB value is (202,135,93). Sum of RGB (Red+Green+Blue) = 202+135+93=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA875D is #3578A2. Grayscale: #969696. Windows color (decimal): -3504291 or 6129610. OLE color: 6129610.

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

Color convert

RGB20213593-
CMYK00.330.540.21
HSL23.12º50.7%57.84%-
HSV(B)23.12º53.96%79.22%-
XYZ3530.6714.43-
YUV150.2495.7164.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 93 (36.72% from 255) = 21.63%
R=46.98%
G=31.40%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021359300.330.540.2123.1250.757.84
HexCA875D021361517333a
Octal3122071350416625276372
Binary1100101010000111101110101000011101101010110111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA875D; }

 p { color: rgb(202,135,93); }

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

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

 a { background-color: rgb(202,135,93); }

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

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

 span { border-color: rgb(202,135,93); }

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