Html Css Color HEX #CBA366 Apache

📋 copy color: '#CBA366'

red 203 ◦ green 163 ◦ blue 102

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

Shades of Apache #CBA366

Tints of Apache #CBA366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.79%

R = 43.38%
G = 34.83%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CBA366 (or 0xCBA366) is known color: Apache. HEX triplet: CB, A3 and 66. RGB value is (203,163,102). Sum of RGB (Red+Green+Blue) = 203+163+102=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA366 is #345C99. Grayscale: #A8A8A8. Windows color (decimal): -3431578 or 6726603. OLE color: 6726603.

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

Color convert

RGB 203 163 102 -
CMYK 0 0.20 0.50 0.20
HSL 36.24º 0.49% 0.6% -
HSV(B) 36.24º 0.5% 0.8% -
XYZ 40.12 39.85 18.15 -
YUV 168.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 203 163 102 0 0.20 0.50 0.20 36.24 0.49 0.6
Hex CB A3 66 0 14 32 14 24 31 3C
Octal 313 243 146 0 24 62 24 44 61 74
Binary 11001011 10100011 1100110 0 10100 110010 10100 100100 110001 111100

Color Harmonies of #CBA366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA366

Black with #CBA366

Text Example


Text Example

White with #CBA366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA366; }

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

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

background-color css

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

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

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

border-color css

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

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

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