Html Css Color HEX #CBA259 Apache

📋 copy color: '#CBA259'

red 203 ◦ green 162 ◦ blue 89

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

Shades of Apache #CBA259

Tints of Apache #CBA259

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.68%

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

R = 44.71%
G = 35.68%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBA259 (or 0xCBA259) is known color: Apache. HEX triplet: CB, A2 and 59. RGB value is (203,162,89). Sum of RGB (Red+Green+Blue) = 203+162+89=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA259 is #345DA6. Grayscale: #A6A6A6. Windows color (decimal): -3431847 or 5874379. OLE color: 5874379.

HSL color Cylindrical-coordinate representation of color #CBA259: hue angle of 38.42º 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 #CBA259 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 162 89 -
CMYK 0 0.20 0.56 0.20
HSL 38.42º 0.52% 0.57% -
HSV(B) 38.42º 0.56% 0.8% -
XYZ 39.35 39.26 14.95 -
YUV 165.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 203 162 89 0 0.20 0.56 0.20 38.42 0.52 0.57
Hex CB A2 59 0 14 38 14 26 34 39
Octal 313 242 131 0 24 70 24 46 64 71
Binary 11001011 10100010 1011001 0 10100 111000 10100 100110 110100 111001

Color Harmonies of #CBA259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA259

Black with #CBA259

Text Example


Text Example

White with #CBA259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA259; }

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

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

background-color css

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

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

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

border-color css

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

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

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