#CA8A6A

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

Shades of Burning Sand #CA8A6A

Tints of Burning Sand #CA8A6A

Color information

#CA8A6A (or 0xCA8A6A) is unknown color: approx Burning Sand. HEX triplet: CA, 8A and 6A. RGB value is (202,138,106). Sum of RGB (Red+Green+Blue) = 202+138+106=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A6A is #357595. Grayscale: #999999. Windows color (decimal): -3503510 or 6982346. OLE color: 6982346.

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

Color convert

RGB202138106-
CMYK00.320.480.21
HSL20º47.52%60.39%-
HSV(B)20º47.52%79.22%-
XYZ36.0531.7717.87-
YUV153.49101.2162.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=45.29%
G=30.94%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213810600.320.480.212047.5260.39
HexCA8A6A020301514303c
Octal3122121520406025246074
Binary1100101010001010110101001000001100001010110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A6A; }

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

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

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

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

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

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

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

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