Html Css Color HEX #CBA329 Galliano

📋 copy color: '#CBA329'

red 203 ◦ green 163 ◦ blue 41

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

Shades of Galliano #CBA329

Tints of Galliano #CBA329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.07%

R = 49.88%
G = 40.05%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBA329 (or 0xCBA329) is known color: Galliano. HEX triplet: CB, A3 and 29. RGB value is (203,163,41). Sum of RGB (Red+Green+Blue) = 203+163+41=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA329 is #345CD6. Grayscale: #A1A1A1. Windows color (decimal): -3431639 or 2728907. OLE color: 2728907.

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

Color convert

RGB 203 163 41 -
CMYK 0 0.20 0.80 0.20
HSL 45.19º 0.66% 0.48% -
HSV(B) 45.19º 0.8% 0.8% -
XYZ 38.13 39.05 7.63 -
YUV 161.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 203 163 41 0 0.20 0.80 0.20 45.19 0.66 0.48
Hex CB A3 29 0 14 50 14 2D 42 30
Octal 313 243 51 0 24 120 24 55 102 60
Binary 11001011 10100011 101001 0 10100 1010000 10100 101101 1000010 110000

Color Harmonies of #CBA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA329

Black with #CBA329

Text Example


Text Example

White with #CBA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA329; }

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

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

background-color css

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

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

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

border-color css

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

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

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