Html Css Color HEX #CBA05B Apache

📋 copy color: '#CBA05B'

red 203 ◦ green 160 ◦ blue 91

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

Shades of Apache #CBA05B

Tints of Apache #CBA05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.24%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 44.71%
G = 35.24%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CBA05B (or 0xCBA05B) is known color: Apache. HEX triplet: CB, A0 and 5B. RGB value is (203,160,91). Sum of RGB (Red+Green+Blue) = 203+160+91=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA05B is #345FA4. Grayscale: #A5A5A5. Windows color (decimal): -3432357 or 6004939. OLE color: 6004939.

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

Color convert

RGB 203 160 91 -
CMYK 0 0.21 0.55 0.20
HSL 36.96º 0.52% 0.58% -
HSV(B) 36.96º 0.55% 0.8% -
XYZ 39.09 38.59 15.29 -
YUV 164.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 203 160 91 0 0.21 0.55 0.20 36.96 0.52 0.58
Hex CB A0 5B 0 15 37 14 25 34 3A
Octal 313 240 133 0 25 67 24 45 64 72
Binary 11001011 10100000 1011011 0 10101 110111 10100 100101 110100 111010

Color Harmonies of #CBA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA05B

Black with #CBA05B

Text Example


Text Example

White with #CBA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA05B; }

 p { color: rgb(203,160,91); }

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

background-color css

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

 a { background-color: rgb(203,160,91); }

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

border-color css

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

 span { border-color: rgb(203,160,91); }

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