Html Css Color HEX #CBA453 Apache

📋 copy color: '#CBA453'

red 203 ◦ green 164 ◦ blue 83

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

Shades of Apache #CBA453

Tints of Apache #CBA453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.44%

 BLUE value IS 83 (32.81% from 255) = 18.44%

R = 45.11%
G = 36.44%
B = 18.44%

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

#CBA453 (or 0xCBA453) is known color: Apache. HEX triplet: CB, A4 and 53. RGB value is (203,164,83). Sum of RGB (Red+Green+Blue) = 203+164+83=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA453 is #345BAC. Grayscale: #A6A6A6. Windows color (decimal): -3431341 or 5481675. OLE color: 5481675.

HSL color Cylindrical-coordinate representation of color #CBA453: hue angle of 40.5º degrees, saturation: 0.54, 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 #CBA453 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 83 -
CMYK 0 0.19 0.59 0.20
HSL 40.5º 0.54% 0.56% -
HSV(B) 40.5º 0.59% 0.8% -
XYZ 39.47 39.87 13.8 -
YUV 166.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 203 164 83 0 0.19 0.59 0.20 40.5 0.54 0.56
Hex CB A4 53 0 13 3B 14 28 36 38
Octal 313 244 123 0 23 73 24 50 66 70
Binary 11001011 10100100 1010011 0 10011 111011 10100 101000 110110 111000

Color Harmonies of #CBA453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA453

Black with #CBA453

Text Example


Text Example

White with #CBA453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA453; }

 p { color: rgb(203,164,83); }

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

background-color css

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

 a { background-color: rgb(203,164,83); }

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

border-color css

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

 span { border-color: rgb(203,164,83); }

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