#CA8568

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

Shades of Burning Sand #CA8568

Tints of Burning Sand #CA8568

Color information

#CA8568 (or 0xCA8568) is unknown color: approx Burning Sand. HEX triplet: CA, 85 and 68. RGB value is (202,133,104). Sum of RGB (Red+Green+Blue) = 202+133+104=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8568 is #357A97. Grayscale: #969696. Windows color (decimal): -3504792 or 6849994. OLE color: 6849994.

HSL color Cylindrical-coordinate representation of color #CA8568: hue angle of 17.76º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA8568 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202133104-
CMYK00.340.490.21
HSL17.76º48.04%60%-
HSV(B)17.76º48.51%79.22%-
XYZ35.2430.3317.09-
YUV150.32101.86164.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=46.01%
G=30.30%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213310400.340.490.2117.7648.0460
HexCA8568022311512303c
Octal3122051500426125226074
Binary1100101010000101110100001000101100011010110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8568; }

 p { color: rgb(202,133,104); }

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

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

 a { background-color: rgb(202,133,104); }

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

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

 span { border-color: rgb(202,133,104); }

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