#CA8667

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

Shades of Burning Sand #CA8667

Tints of Burning Sand #CA8667

Color information

#CA8667 (or 0xCA8667) is unknown color: approx Burning Sand. HEX triplet: CA, 86 and 67. RGB value is (202,134,103). Sum of RGB (Red+Green+Blue) = 202+134+103=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8667 is #357998. Grayscale: #969696. Windows color (decimal): -3504537 or 6784714. OLE color: 6784714.

HSL color Cylindrical-coordinate representation of color #CA8667: hue angle of 18.79º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA8667 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202134103-
CMYK00.340.490.21
HSL18.79º48.29%59.8%-
HSV(B)18.79º49.01%79.22%-
XYZ35.3330.5916.87-
YUV150.8101.03164.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=46.01%
G=30.52%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213410300.340.490.2118.7948.2959.8
HexCA8667022311513303c
Octal3122061470426125236074
Binary1100101010000110110011101000101100011010110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8667; }

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

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

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

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

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

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

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

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