Html Css Color HEX #CBA459 Apache

📋 copy color: '#CBA459'

red 203 ◦ green 164 ◦ blue 89

#CBA459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CBA459

Tints of Apache #CBA459

RGB

 RED value IS 203 (79.69% from 255) = 44.52%

 GREEN value IS 164 (64.45% from 255) = 35.96%

 BLUE value IS 89 (35.16% from 255) = 19.52%

R = 44.52%
G = 35.96%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBA459 (or 0xCBA459) is known color: Apache. HEX triplet: CB, A4 and 59. RGB value is (203,164,89). Sum of RGB (Red+Green+Blue) = 203+164+89=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA459 is #345BA6. Grayscale: #A7A7A7. Windows color (decimal): -3431335 or 5874891. OLE color: 5874891.

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

Color convert

RGB 203 164 89 -
CMYK 0 0.19 0.56 0.20
HSL 39.47º 0.52% 0.57% -
HSV(B) 39.47º 0.56% 0.8% -
XYZ 39.71 39.97 15.07 -
YUV 167.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 203 164 89 0 0.19 0.56 0.20 39.47 0.52 0.57
Hex CB A4 59 0 13 38 14 27 34 39
Octal 313 244 131 0 23 70 24 47 64 71
Binary 11001011 10100100 1011001 0 10011 111000 10100 100111 110100 111001

Color Harmonies of #CBA459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA459

Black with #CBA459

Text Example


Text Example

White with #CBA459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA459; }

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

 H1.HeaderClassName
 {
   color: #CBA459;
 }
 .AnyTagClassName
 {
   color: #CBA459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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