#CB9D56

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

Shades of Apache #CB9D56

Tints of Apache #CB9D56

Color information

#CB9D56 (or 0xCB9D56) is unknown color: approx Apache. HEX triplet: CB, 9D and 56. RGB value is (203,157,86). Sum of RGB (Red+Green+Blue) = 203+157+86=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D56 is #3462A9. Grayscale: #A2A2A2. Windows color (decimal): -3433130 or 5676491. OLE color: 5676491.

HSL color Cylindrical-coordinate representation of color #CB9D56: hue angle of 36.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB9D56 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20315786-
CMYK00.230.580.20
HSL36.41º52.94%56.67%-
HSV(B)36.41º57.64%79.61%-
XYZ38.3737.4814.02-
YUV162.6684.74156.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 86 (33.98% from 255) = 19.28%
R=45.52%
G=35.20%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031578600.230.580.2036.4152.9456.67
HexCB9D560173A14243539
Octal3132351260277224446571
Binary1100101110011101101011001011111101010100100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D56; }

 p { color: rgb(203,157,86); }

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

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

 a { background-color: rgb(203,157,86); }

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

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

 span { border-color: rgb(203,157,86); }

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