#CA8161

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

Shades of Burning Sand #CA8161

Tints of Burning Sand #CA8161

Color information

#CA8161 (or 0xCA8161) is unknown color: approx Burning Sand. HEX triplet: CA, 81 and 61. RGB value is (202,129,97). Sum of RGB (Red+Green+Blue) = 202+129+97=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8161 is #357E9E. Grayscale: #939393. Windows color (decimal): -3505823 or 6390218. OLE color: 6390218.

HSL color Cylindrical-coordinate representation of color #CA8161: hue angle of 18.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA8161 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20212997-
CMYK00.360.520.21
HSL18.29º49.76%58.63%-
HSV(B)18.29º51.98%79.22%-
XYZ34.3729.1215.12-
YUV147.1899.68167.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=47.20%
G=30.14%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021299700.360.520.2118.2949.7658.63
HexCA8161024341512323b
Octal3122011410446425226273
Binary1100101010000001110000101001001101001010110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8161; }

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

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

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

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

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

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

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

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