#CBA461

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

Shades of Apache #CBA461

Tints of Apache #CBA461

Color information

#CBA461 (or 0xCBA461) is unknown color: approx Apache. HEX triplet: CB, A4 and 61. RGB value is (203,164,97). Sum of RGB (Red+Green+Blue) = 203+164+97=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA461 is #345B9E. Grayscale: #A8A8A8. Windows color (decimal): -3431327 or 6399179. OLE color: 6399179.

HSL color Cylindrical-coordinate representation of color #CBA461: hue angle of 37.92º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBA461 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20316497-
CMYK00.190.520.20
HSL37.92º50.48%58.82%-
HSV(B)37.92º52.22%79.61%-
XYZ40.0640.1116.94-
YUV168.0287.92152.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=43.75%
G=35.34%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031649700.190.520.2037.9250.4858.82
HexCBA461013341426323b
Octal3132441410236424466273
Binary1100101110100100110000101001111010010100100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA461; }

 p { color: rgb(203,164,97); }

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

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

 a { background-color: rgb(203,164,97); }

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

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

 span { border-color: rgb(203,164,97); }

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