Html Css Color HEX #CBA258 Apache

📋 copy color: '#CBA258'

red 203 ◦ green 162 ◦ blue 88

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

Shades of Apache #CBA258

Tints of Apache #CBA258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 44.81%
G = 35.76%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBA258 (or 0xCBA258) is known color: Apache. HEX triplet: CB, A2 and 58. RGB value is (203,162,88). Sum of RGB (Red+Green+Blue) = 203+162+88=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA258 is #345DA7. Grayscale: #A6A6A6. Windows color (decimal): -3431848 or 5808843. OLE color: 5808843.

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

Color convert

RGB 203 162 88 -
CMYK 0 0.20 0.57 0.20
HSL 38.61º 0.53% 0.57% -
HSV(B) 38.61º 0.57% 0.8% -
XYZ 39.31 39.24 14.74 -
YUV 165.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 203 162 88 0 0.20 0.57 0.20 38.61 0.53 0.57
Hex CB A2 58 0 14 39 14 27 35 39
Octal 313 242 130 0 24 71 24 47 65 71
Binary 11001011 10100010 1011000 0 10100 111001 10100 100111 110101 111001

Color Harmonies of #CBA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA258

Black with #CBA258

Text Example


Text Example

White with #CBA258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA258; }

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

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

background-color css

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

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

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

border-color css

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

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

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