Html Css Color HEX #CBA361 Apache

📋 copy color: '#CBA361'

red 203 ◦ green 163 ◦ blue 97

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

Shades of Apache #CBA361

Tints of Apache #CBA361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 43.84%
G = 35.21%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBA361 (or 0xCBA361) is known color: Apache. HEX triplet: CB, A3 and 61. RGB value is (203,163,97). Sum of RGB (Red+Green+Blue) = 203+163+97=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA361 is #345C9E. Grayscale: #A7A7A7. Windows color (decimal): -3431583 or 6398923. OLE color: 6398923.

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

Color convert

RGB 203 163 97 -
CMYK 0 0.20 0.52 0.20
HSL 37.36º 0.5% 0.59% -
HSV(B) 37.36º 0.52% 0.8% -
XYZ 39.88 39.75 16.88 -
YUV 167.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 203 163 97 0 0.20 0.52 0.20 37.36 0.5 0.59
Hex CB A3 61 0 14 34 14 25 32 3B
Octal 313 243 141 0 24 64 24 45 62 73
Binary 11001011 10100011 1100001 0 10100 110100 10100 100101 110010 111011

Color Harmonies of #CBA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA361

Black with #CBA361

Text Example


Text Example

White with #CBA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA361; }

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

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

background-color css

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

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

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

border-color css

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

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

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