#CA896B

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

Shades of Burning Sand #CA896B

Tints of Burning Sand #CA896B

Color information

#CA896B (or 0xCA896B) is unknown color: approx Burning Sand. HEX triplet: CA, 89 and 6B. RGB value is (202,137,107). Sum of RGB (Red+Green+Blue) = 202+137+107=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA896B is #357694. Grayscale: #999999. Windows color (decimal): -3503765 or 7047626. OLE color: 7047626.

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

Color convert

RGB202137107-
CMYK00.320.470.21
HSL18.95º47.26%60.59%-
HSV(B)18.95º47.03%79.22%-
XYZ35.9631.5118.1-
YUV153.02102.03162.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=45.29%
G=30.72%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213710700.320.470.2118.9547.2660.59
HexCA896B0202F15132f3d
Octal3122111530405725235775
Binary1100101010001001110101101000001011111010110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA896B; }

 p { color: rgb(202,137,107); }

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

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

 a { background-color: rgb(202,137,107); }

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

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

 span { border-color: rgb(202,137,107); }

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