Html Css Color HEX #CBA356 Apache

📋 copy color: '#CBA356'

red 203 ◦ green 163 ◦ blue 86

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

Shades of Apache #CBA356

Tints of Apache #CBA356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 44.91%
G = 36.06%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CBA356 (or 0xCBA356) is known color: Apache. HEX triplet: CB, A3 and 56. RGB value is (203,163,86). Sum of RGB (Red+Green+Blue) = 203+163+86=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA356 is #345CA9. Grayscale: #A6A6A6. Windows color (decimal): -3431594 or 5678027. OLE color: 5678027.

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

Color convert

RGB 203 163 86 -
CMYK 0 0.20 0.58 0.20
HSL 39.49º 0.53% 0.57% -
HSV(B) 39.49º 0.58% 0.8% -
XYZ 39.41 39.56 14.36 -
YUV 166.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 203 163 86 0 0.20 0.58 0.20 39.49 0.53 0.57
Hex CB A3 56 0 14 3A 14 27 35 39
Octal 313 243 126 0 24 72 24 47 65 71
Binary 11001011 10100011 1010110 0 10100 111010 10100 100111 110101 111001

Color Harmonies of #CBA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA356

Black with #CBA356

Text Example


Text Example

White with #CBA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA356; }

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

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

background-color css

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

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

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

border-color css

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

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

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