Html Css Color HEX #CBA261 Apache

📋 copy color: '#CBA261'

red 203 ◦ green 162 ◦ blue 97

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

Shades of Apache #CBA261

Tints of Apache #CBA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.06%

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

R = 43.94%
G = 35.06%
B = 21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBA261 (or 0xCBA261) is known color: Apache. HEX triplet: CB, A2 and 61. RGB value is (203,162,97). Sum of RGB (Red+Green+Blue) = 203+162+97=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA261 is #345D9E. Grayscale: #A7A7A7. Windows color (decimal): -3431839 or 6398667. OLE color: 6398667.

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

Color convert

RGB 203 162 97 -
CMYK 0 0.20 0.52 0.20
HSL 36.79º 0.5% 0.59% -
HSV(B) 36.79º 0.52% 0.8% -
XYZ 39.71 39.4 16.82 -
YUV 166.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 203 162 97 0 0.20 0.52 0.20 36.79 0.5 0.59
Hex CB A2 61 0 14 34 14 25 32 3B
Octal 313 242 141 0 24 64 24 45 62 73
Binary 11001011 10100010 1100001 0 10100 110100 10100 100101 110010 111011

Color Harmonies of #CBA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA261

Black with #CBA261

Text Example


Text Example

White with #CBA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA261; }

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

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

background-color css

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

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

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

border-color css

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

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

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