Html Css Color HEX #CBA058 Apache

📋 copy color: '#CBA058'

red 203 ◦ green 160 ◦ blue 88

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

Shades of Apache #CBA058

Tints of Apache #CBA058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.51%

R = 45.01%
G = 35.48%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBA058 (or 0xCBA058) is known color: Apache. HEX triplet: CB, A0 and 58. RGB value is (203,160,88). Sum of RGB (Red+Green+Blue) = 203+160+88=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA058 is #345FA7. Grayscale: #A4A4A4. Windows color (decimal): -3432360 or 5808331. OLE color: 5808331.

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

Color convert

RGB 203 160 88 -
CMYK 0 0.21 0.57 0.20
HSL 37.57º 0.53% 0.57% -
HSV(B) 37.57º 0.57% 0.8% -
XYZ 38.96 38.54 14.62 -
YUV 164.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 203 160 88 0 0.21 0.57 0.20 37.57 0.53 0.57
Hex CB A0 58 0 15 39 14 26 35 39
Octal 313 240 130 0 25 71 24 46 65 71
Binary 11001011 10100000 1011000 0 10101 111001 10100 100110 110101 111001

Color Harmonies of #CBA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA058

Black with #CBA058

Text Example


Text Example

White with #CBA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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