Html Css Color HEX #CBA161 Apache

📋 copy color: '#CBA161'

red 203 ◦ green 161 ◦ blue 97

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

Shades of Apache #CBA161

Tints of Apache #CBA161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 44.03%
G = 34.92%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBA161 (or 0xCBA161) is known color: Apache. HEX triplet: CB, A1 and 61. RGB value is (203,161,97). Sum of RGB (Red+Green+Blue) = 203+161+97=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA161 is #345E9E. Grayscale: #A6A6A6. Windows color (decimal): -3432095 or 6398411. OLE color: 6398411.

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

Color convert

RGB 203 161 97 -
CMYK 0 0.21 0.52 0.20
HSL 36.23º 0.5% 0.59% -
HSV(B) 36.23º 0.52% 0.8% -
XYZ 39.53 39.05 16.76 -
YUV 166.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 203 161 97 0 0.21 0.52 0.20 36.23 0.5 0.59
Hex CB A1 61 0 15 34 14 24 32 3B
Octal 313 241 141 0 25 64 24 44 62 73
Binary 11001011 10100001 1100001 0 10101 110100 10100 100100 110010 111011

Color Harmonies of #CBA161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA161

Black with #CBA161

Text Example


Text Example

White with #CBA161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA161; }

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

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

background-color css

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

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

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

border-color css

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

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

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