Html Css Color HEX #CBA458 Apache

📋 copy color: '#CBA458'

red 203 ◦ green 164 ◦ blue 88

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

Shades of Apache #CBA458

Tints of Apache #CBA458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.34%

R = 44.62%
G = 36.04%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBA458 (or 0xCBA458) is known color: Apache. HEX triplet: CB, A4 and 58. RGB value is (203,164,88). Sum of RGB (Red+Green+Blue) = 203+164+88=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA458 is #345BA7. Grayscale: #A7A7A7. Windows color (decimal): -3431336 or 5809355. OLE color: 5809355.

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

Color convert

RGB 203 164 88 -
CMYK 0 0.19 0.57 0.20
HSL 39.65º 0.53% 0.57% -
HSV(B) 39.65º 0.57% 0.8% -
XYZ 39.67 39.95 14.85 -
YUV 167 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 203 164 88 0 0.19 0.57 0.20 39.65 0.53 0.57
Hex CB A4 58 0 13 39 14 28 35 39
Octal 313 244 130 0 23 71 24 50 65 71
Binary 11001011 10100100 1011000 0 10011 111001 10100 101000 110101 111001

Color Harmonies of #CBA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA458

Black with #CBA458

Text Example


Text Example

White with #CBA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA458; }

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

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

background-color css

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

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

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

border-color css

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

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

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