Html Css Color HEX #CBA528 Galliano

📋 copy color: '#CBA528'

red 203 ◦ green 165 ◦ blue 40

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

Shades of Galliano #CBA528

Tints of Galliano #CBA528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 49.75%
G = 40.44%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBA528 (or 0xCBA528) is known color: Galliano. HEX triplet: CB, A5 and 28. RGB value is (203,165,40). Sum of RGB (Red+Green+Blue) = 203+165+40=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA528 is #345AD7. Grayscale: #A2A2A2. Windows color (decimal): -3431128 or 2663883. OLE color: 2663883.

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

Color convert

RGB 203 165 40 -
CMYK 0 0.19 0.80 0.20
HSL 46.01º 0.67% 0.48% -
HSV(B) 46.01º 0.8% 0.8% -
XYZ 38.47 39.76 7.65 -
YUV 162.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 203 165 40 0 0.19 0.80 0.20 46.01 0.67 0.48
Hex CB A5 28 0 13 50 14 2E 43 30
Octal 313 245 50 0 23 120 24 56 103 60
Binary 11001011 10100101 101000 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CBA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA528

Black with #CBA528

Text Example


Text Example

White with #CBA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA528; }

 p { color: rgb(203,165,40); }

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

background-color css

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

 a { background-color: rgb(203,165,40); }

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

border-color css

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

 span { border-color: rgb(203,165,40); }

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