#CA8169

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

Shades of Burning Sand #CA8169

Tints of Burning Sand #CA8169

Color information

#CA8169 (or 0xCA8169) is unknown color: approx Burning Sand. HEX triplet: CA, 81 and 69. RGB value is (202,129,105). Sum of RGB (Red+Green+Blue) = 202+129+105=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8169 is #357E96. Grayscale: #949494. Windows color (decimal): -3505815 or 6914506. OLE color: 6914506.

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

Color convert

RGB202129105-
CMYK00.360.480.21
HSL14.85º47.78%60.2%-
HSV(B)14.85º48.02%79.22%-
XYZ34.7629.2817.18-
YUV148.09103.68166.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=46.33%
G=29.59%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212910500.360.480.2114.8547.7860.2
HexCA81690243015f303c
Octal3122011510446025176074
Binary110010101000000111010010100100110000101011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8169; }

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

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

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

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

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

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

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

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