Html Css Color HEX #CBA629 Galliano

📋 copy color: '#CBA629'

red 203 ◦ green 166 ◦ blue 41

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

Shades of Galliano #CBA629

Tints of Galliano #CBA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 49.51%
G = 40.49%
B = 10%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBA629 (or 0xCBA629) is known color: Galliano. HEX triplet: CB, A6 and 29. RGB value is (203,166,41). Sum of RGB (Red+Green+Blue) = 203+166+41=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA629 is #3459D6. Grayscale: #A3A3A3. Windows color (decimal): -3430871 or 2729675. OLE color: 2729675.

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

Color convert

RGB 203 166 41 -
CMYK 0 0.18 0.80 0.20
HSL 46.3º 0.66% 0.48% -
HSV(B) 46.3º 0.8% 0.8% -
XYZ 38.67 40.13 7.81 -
YUV 162.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 203 166 41 0 0.18 0.80 0.20 46.3 0.66 0.48
Hex CB A6 29 0 12 50 14 2E 42 30
Octal 313 246 51 0 22 120 24 56 102 60
Binary 11001011 10100110 101001 0 10010 1010000 10100 101110 1000010 110000

Color Harmonies of #CBA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA629

Black with #CBA629

Text Example


Text Example

White with #CBA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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