Html Css Color HEX #CBA729 Galliano

📋 copy color: '#CBA729'

red 203 ◦ green 167 ◦ blue 41

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

Shades of Galliano #CBA729

Tints of Galliano #CBA729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 49.39%
G = 40.63%
B = 9.98%

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

#CBA729 (or 0xCBA729) is known color: Galliano. HEX triplet: CB, A7 and 29. RGB value is (203,167,41). Sum of RGB (Red+Green+Blue) = 203+167+41=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA729 is #3458D6. Grayscale: #A3A3A3. Windows color (decimal): -3430615 or 2729931. OLE color: 2729931.

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

Color convert

RGB 203 167 41 -
CMYK 0 0.18 0.80 0.20
HSL 46.67º 0.66% 0.48% -
HSV(B) 46.67º 0.8% 0.8% -
XYZ 38.85 40.49 7.87 -
YUV 163.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 203 167 41 0 0.18 0.80 0.20 46.67 0.66 0.48
Hex CB A7 29 0 12 50 14 2F 42 30
Octal 313 247 51 0 22 120 24 57 102 60
Binary 11001011 10100111 101001 0 10010 1010000 10100 101111 1000010 110000

Color Harmonies of #CBA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA729

Black with #CBA729

Text Example


Text Example

White with #CBA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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