Html Css Color HEX #CBA060 Apache

📋 copy color: '#CBA060'

red 203 ◦ green 160 ◦ blue 96

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

Shades of Apache #CBA060

Tints of Apache #CBA060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.92%

R = 44.23%
G = 34.86%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBA060 (or 0xCBA060) is known color: Apache. HEX triplet: CB, A0 and 60. RGB value is (203,160,96). Sum of RGB (Red+Green+Blue) = 203+160+96=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA060 is #345F9F. Grayscale: #A5A5A5. Windows color (decimal): -3432352 or 6332619. OLE color: 6332619.

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

Color convert

RGB 203 160 96 -
CMYK 0 0.21 0.53 0.20
HSL 35.89º 0.51% 0.59% -
HSV(B) 35.89º 0.53% 0.8% -
XYZ 39.31 38.68 16.46 -
YUV 165.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 203 160 96 0 0.21 0.53 0.20 35.89 0.51 0.59
Hex CB A0 60 0 15 35 14 24 33 3B
Octal 313 240 140 0 25 65 24 44 63 73
Binary 11001011 10100000 1100000 0 10101 110101 10100 100100 110011 111011

Color Harmonies of #CBA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA060

Black with #CBA060

Text Example


Text Example

White with #CBA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA060; }

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

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

background-color css

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

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

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

border-color css

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

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

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