#CA8A6B

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

Shades of Burning Sand #CA8A6B

Tints of Burning Sand #CA8A6B

Color information

#CA8A6B (or 0xCA8A6B) is unknown color: approx Burning Sand. HEX triplet: CA, 8A and 6B. RGB value is (202,138,107). Sum of RGB (Red+Green+Blue) = 202+138+107=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A6B is #357594. Grayscale: #999999. Windows color (decimal): -3503509 or 7047882. OLE color: 7047882.

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

Color convert

RGB202138107-
CMYK00.320.470.21
HSL19.58º47.26%60.59%-
HSV(B)19.58º47.03%79.22%-
XYZ36.131.818.14-
YUV153.6101.7162.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=45.19%
G=30.87%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213810700.320.470.2119.5847.2660.59
HexCA8A6B0202F15142f3d
Octal3122121530405725245775
Binary1100101010001010110101101000001011111010110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A6B; }

 p { color: rgb(202,138,107); }

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

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

 a { background-color: rgb(202,138,107); }

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

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

 span { border-color: rgb(202,138,107); }

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