Html Css Color HEX #CBA062 Apache

📋 copy color: '#CBA062'

red 203 ◦ green 160 ◦ blue 98

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

Shades of Apache #CBA062

Tints of Apache #CBA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 44.03%
G = 34.71%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBA062 (or 0xCBA062) is known color: Apache. HEX triplet: CB, A0 and 62. RGB value is (203,160,98). Sum of RGB (Red+Green+Blue) = 203+160+98=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA062 is #345F9D. Grayscale: #A6A6A6. Windows color (decimal): -3432350 or 6463691. OLE color: 6463691.

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

Color convert

RGB 203 160 98 -
CMYK 0 0.21 0.52 0.20
HSL 35.43º 0.5% 0.59% -
HSV(B) 35.43º 0.52% 0.8% -
XYZ 39.4 38.72 16.95 -
YUV 165.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 203 160 98 0 0.21 0.52 0.20 35.43 0.5 0.59
Hex CB A0 62 0 15 34 14 23 32 3B
Octal 313 240 142 0 25 64 24 43 62 73
Binary 11001011 10100000 1100010 0 10101 110100 10100 100011 110010 111011

Color Harmonies of #CBA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA062

Black with #CBA062

Text Example


Text Example

White with #CBA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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