Html Css Color HEX #CBAB29 Galliano

📋 copy color: '#CBAB29'

red 203 ◦ green 171 ◦ blue 41

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

Shades of Galliano #CBAB29

Tints of Galliano #CBAB29

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 48.92%
G = 41.2%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBAB29 (or 0xCBAB29) is known color: Galliano. HEX triplet: CB, AB and 29. RGB value is (203,171,41). Sum of RGB (Red+Green+Blue) = 203+171+41=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB29 is #3454D6. Grayscale: #A6A6A6. Windows color (decimal): -3429591 or 2730955. OLE color: 2730955.

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

Color convert

RGB 203 171 41 -
CMYK 0 0.16 0.80 0.20
HSL 48.15º 0.66% 0.48% -
HSV(B) 48.15º 0.8% 0.8% -
XYZ 39.59 41.98 8.11 -
YUV 165.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 203 171 41 0 0.16 0.80 0.20 48.15 0.66 0.48
Hex CB AB 29 0 10 50 14 30 42 30
Octal 313 253 51 0 20 120 24 60 102 60
Binary 11001011 10101011 101001 0 10000 1010000 10100 110000 1000010 110000

Color Harmonies of #CBAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB29

Black with #CBAB29

Text Example


Text Example

White with #CBAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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