#CA8068

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

Shades of Burning Sand #CA8068

Tints of Burning Sand #CA8068

Color information

#CA8068 (or 0xCA8068) is unknown color: approx Burning Sand. HEX triplet: CA, 80 and 68. RGB value is (202,128,104). Sum of RGB (Red+Green+Blue) = 202+128+104=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8068 is #357F97. Grayscale: #939393. Windows color (decimal): -3506072 or 6848714. OLE color: 6848714.

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

Color convert

RGB202128104-
CMYK00.370.490.21
HSL14.69º48.04%60%-
HSV(B)14.69º48.51%79.22%-
XYZ34.5728.9916.87-
YUV147.39103.52166.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=46.54%
G=29.49%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212810400.370.490.2114.6948.0460
HexCA80680253115f303c
Octal3122001500456125176074
Binary110010101000000011010000100101110001101011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8068; }

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

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

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

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

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

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

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

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