#CA9D5D

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

Shades of Apache #CA9D5D

Tints of Apache #CA9D5D

Color information

#CA9D5D (or 0xCA9D5D) is unknown color: approx Apache. HEX triplet: CA, 9D and 5D. RGB value is (202,157,93). Sum of RGB (Red+Green+Blue) = 202+157+93=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D5D is #3562A2. Grayscale: #A3A3A3. Windows color (decimal): -3498659 or 6135242. OLE color: 6135242.

HSL color Cylindrical-coordinate representation of color #CA9D5D: hue angle of 35.23º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA9D5D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20215793-
CMYK00.220.540.21
HSL35.23º50.7%57.84%-
HSV(B)35.23º53.96%79.22%-
XYZ38.3937.4615.56-
YUV163.1688.41155.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=44.69%
G=34.73%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021579300.220.540.2135.2350.757.84
HexCA9D5D016361523333a
Octal3122351350266625436372
Binary1100101010011101101110101011011011010101100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D5D; }

 p { color: rgb(202,157,93); }

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

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

 a { background-color: rgb(202,157,93); }

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

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

 span { border-color: rgb(202,157,93); }

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