#CA8069

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

Shades of Burning Sand #CA8069

Tints of Burning Sand #CA8069

Color information

#CA8069 (or 0xCA8069) is unknown color: approx Burning Sand. HEX triplet: CA, 80 and 69. RGB value is (202,128,105). Sum of RGB (Red+Green+Blue) = 202+128+105=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8069 is #357F96. Grayscale: #939393. Windows color (decimal): -3506071 or 6914250. OLE color: 6914250.

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

Color convert

RGB202128105-
CMYK00.370.480.21
HSL14.23º47.78%60.2%-
HSV(B)14.23º48.02%79.22%-
XYZ34.6329.0117.14-
YUV147.5104.02166.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=46.44%
G=29.43%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212810500.370.480.2114.2347.7860.2
HexCA80690253015e303c
Octal3122001510456025166074
Binary110010101000000011010010100101110000101011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8069; }

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

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

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

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

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

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

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

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