Html Css Color HEX #CBA35B Apache

📋 copy color: '#CBA35B'

red 203 ◦ green 163 ◦ blue 91

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

Shades of Apache #CBA35B

Tints of Apache #CBA35B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

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

R = 44.42%
G = 35.67%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CBA35B (or 0xCBA35B) is known color: Apache. HEX triplet: CB, A3 and 5B. RGB value is (203,163,91). Sum of RGB (Red+Green+Blue) = 203+163+91=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA35B is #345CA4. Grayscale: #A7A7A7. Windows color (decimal): -3431589 or 6005707. OLE color: 6005707.

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

Color convert

RGB 203 163 91 -
CMYK 0 0.20 0.55 0.20
HSL 38.57º 0.52% 0.58% -
HSV(B) 38.57º 0.55% 0.8% -
XYZ 39.61 39.65 15.46 -
YUV 166.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 203 163 91 0 0.20 0.55 0.20 38.57 0.52 0.58
Hex CB A3 5B 0 14 37 14 27 34 3A
Octal 313 243 133 0 24 67 24 47 64 72
Binary 11001011 10100011 1011011 0 10100 110111 10100 100111 110100 111010

Color Harmonies of #CBA35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA35B

Black with #CBA35B

Text Example


Text Example

White with #CBA35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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