#CA8669

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

Shades of Burning Sand #CA8669

Tints of Burning Sand #CA8669

Color information

#CA8669 (or 0xCA8669) is unknown color: approx Burning Sand. HEX triplet: CA, 86 and 69. RGB value is (202,134,105). Sum of RGB (Red+Green+Blue) = 202+134+105=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8669 is #357996. Grayscale: #979797. Windows color (decimal): -3504535 or 6915786. OLE color: 6915786.

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

Color convert

RGB202134105-
CMYK00.340.480.21
HSL17.94º47.78%60.2%-
HSV(B)17.94º48.02%79.22%-
XYZ35.4330.6317.41-
YUV151.03102.03164.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=45.80%
G=30.39%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213410500.340.480.2117.9447.7860.2
HexCA8669022301512303c
Octal3122061510426025226074
Binary1100101010000110110100101000101100001010110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8669; }

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

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

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

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

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

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

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

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