Html Css Color HEX #CBA257 Apache

📋 copy color: '#CBA257'

red 203 ◦ green 162 ◦ blue 87

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

Shades of Apache #CBA257

Tints of Apache #CBA257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.25%

R = 44.91%
G = 35.84%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBA257 (or 0xCBA257) is known color: Apache. HEX triplet: CB, A2 and 57. RGB value is (203,162,87). Sum of RGB (Red+Green+Blue) = 203+162+87=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA257 is #345DA8. Grayscale: #A6A6A6. Windows color (decimal): -3431849 or 5743307. OLE color: 5743307.

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

Color convert

RGB 203 162 87 -
CMYK 0 0.20 0.57 0.20
HSL 38.79º 0.53% 0.57% -
HSV(B) 38.79º 0.57% 0.8% -
XYZ 39.27 39.23 14.52 -
YUV 165.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 203 162 87 0 0.20 0.57 0.20 38.79 0.53 0.57
Hex CB A2 57 0 14 39 14 27 35 39
Octal 313 242 127 0 24 71 24 47 65 71
Binary 11001011 10100010 1010111 0 10100 111001 10100 100111 110101 111001

Color Harmonies of #CBA257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA257

Black with #CBA257

Text Example


Text Example

White with #CBA257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA257; }

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

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

background-color css

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

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

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

border-color css

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

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

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