Html Css Color HEX #CBA158 Apache

📋 copy color: '#CBA158'

red 203 ◦ green 161 ◦ blue 88

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

Shades of Apache #CBA158

Tints of Apache #CBA158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

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

R = 44.91%
G = 35.62%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBA158 (or 0xCBA158) is known color: Apache. HEX triplet: CB, A1 and 58. RGB value is (203,161,88). Sum of RGB (Red+Green+Blue) = 203+161+88=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA158 is #345EA7. Grayscale: #A5A5A5. Windows color (decimal): -3432104 or 5808587. OLE color: 5808587.

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

Color convert

RGB 203 161 88 -
CMYK 0 0.21 0.57 0.20
HSL 38.09º 0.53% 0.57% -
HSV(B) 38.09º 0.57% 0.8% -
XYZ 39.13 38.89 14.68 -
YUV 165.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 203 161 88 0 0.21 0.57 0.20 38.09 0.53 0.57
Hex CB A1 58 0 15 39 14 26 35 39
Octal 313 241 130 0 25 71 24 46 65 71
Binary 11001011 10100001 1011000 0 10101 111001 10100 100110 110101 111001

Color Harmonies of #CBA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA158

Black with #CBA158

Text Example


Text Example

White with #CBA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA158; }

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

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

background-color css

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

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

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

border-color css

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

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

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