Html Css Color HEX #CBA053 Apache

📋 copy color: '#CBA053'

red 203 ◦ green 160 ◦ blue 83

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

Shades of Apache #CBA053

Tints of Apache #CBA053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.87%

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

R = 45.52%
G = 35.87%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CBA053 (or 0xCBA053) is known color: Apache. HEX triplet: CB, A0 and 53. RGB value is (203,160,83). Sum of RGB (Red+Green+Blue) = 203+160+83=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA053 is #345FAC. Grayscale: #A4A4A4. Windows color (decimal): -3432365 or 5480651. OLE color: 5480651.

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

Color convert

RGB 203 160 83 -
CMYK 0 0.21 0.59 0.20
HSL 38.5º 0.54% 0.56% -
HSV(B) 38.5º 0.59% 0.8% -
XYZ 38.76 38.46 13.56 -
YUV 164.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 203 160 83 0 0.21 0.59 0.20 38.5 0.54 0.56
Hex CB A0 53 0 15 3B 14 26 36 38
Octal 313 240 123 0 25 73 24 46 66 70
Binary 11001011 10100000 1010011 0 10101 111011 10100 100110 110110 111000

Color Harmonies of #CBA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA053

Black with #CBA053

Text Example


Text Example

White with #CBA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA053; }

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

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

background-color css

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

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

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

border-color css

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

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

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