Html Css Color HEX #CBA363 Apache

📋 copy color: '#CBA363'

red 203 ◦ green 163 ◦ blue 99

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

Shades of Apache #CBA363

Tints of Apache #CBA363

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 43.66%
G = 35.05%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBA363 (or 0xCBA363) is known color: Apache. HEX triplet: CB, A3 and 63. RGB value is (203,163,99). Sum of RGB (Red+Green+Blue) = 203+163+99=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA363 is #345C9C. Grayscale: #A7A7A7. Windows color (decimal): -3431581 or 6529995. OLE color: 6529995.

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

Color convert

RGB 203 163 99 -
CMYK 0 0.20 0.51 0.20
HSL 36.92º 0.5% 0.59% -
HSV(B) 36.92º 0.51% 0.8% -
XYZ 39.98 39.79 17.38 -
YUV 167.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 203 163 99 0 0.20 0.51 0.20 36.92 0.5 0.59
Hex CB A3 63 0 14 33 14 25 32 3B
Octal 313 243 143 0 24 63 24 45 62 73
Binary 11001011 10100011 1100011 0 10100 110011 10100 100101 110010 111011

Color Harmonies of #CBA363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA363

Black with #CBA363

Text Example


Text Example

White with #CBA363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA363; }

 p { color: rgb(203,163,99); }

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

background-color css

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

 a { background-color: rgb(203,163,99); }

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

border-color css

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

 span { border-color: rgb(203,163,99); }

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