Html Css Color HEX #CBA554 Apache

📋 copy color: '#CBA554'

red 203 ◦ green 165 ◦ blue 84

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

Shades of Apache #CBA554

Tints of Apache #CBA554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.5%

 BLUE value IS 84 (33.2% from 255) = 18.58%

R = 44.91%
G = 36.5%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CBA554 (or 0xCBA554) is known color: Apache. HEX triplet: CB, A5 and 54. RGB value is (203,165,84). Sum of RGB (Red+Green+Blue) = 203+165+84=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA554 is #345AAB. Grayscale: #A7A7A7. Windows color (decimal): -3431084 or 5547467. OLE color: 5547467.

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

Color convert

RGB 203 165 84 -
CMYK 0 0.19 0.59 0.20
HSL 40.84º 0.53% 0.56% -
HSV(B) 40.84º 0.59% 0.8% -
XYZ 39.68 40.25 14.06 -
YUV 167.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 203 165 84 0 0.19 0.59 0.20 40.84 0.53 0.56
Hex CB A5 54 0 13 3B 14 29 35 38
Octal 313 245 124 0 23 73 24 51 65 70
Binary 11001011 10100101 1010100 0 10011 111011 10100 101001 110101 111000

Color Harmonies of #CBA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA554

Black with #CBA554

Text Example


Text Example

White with #CBA554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA554; }

 p { color: rgb(203,165,84); }

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

background-color css

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

 a { background-color: rgb(203,165,84); }

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

border-color css

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

 span { border-color: rgb(203,165,84); }

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