Html Css Color HEX #CBA526 Galliano

📋 copy color: '#CBA526'

red 203 ◦ green 165 ◦ blue 38

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

Shades of Galliano #CBA526

Tints of Galliano #CBA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.36%

R = 50%
G = 40.64%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBA526 (or 0xCBA526) is known color: Galliano. HEX triplet: CB, A5 and 26. RGB value is (203,165,38). Sum of RGB (Red+Green+Blue) = 203+165+38=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA526 is #345AD9. Grayscale: #A2A2A2. Windows color (decimal): -3431130 or 2532811. OLE color: 2532811.

HSL color Cylindrical-coordinate representation of color #CBA526: hue angle of 46.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBA526 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 38 -
CMYK 0 0.19 0.81 0.20
HSL 46.18º 0.68% 0.47% -
HSV(B) 46.18º 0.81% 0.8% -
XYZ 38.43 39.75 7.48 -
YUV 161.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 203 165 38 0 0.19 0.81 0.20 46.18 0.68 0.47
Hex CB A5 26 0 13 51 14 2E 44 2F
Octal 313 245 46 0 23 121 24 56 104 57
Binary 11001011 10100101 100110 0 10011 1010001 10100 101110 1000100 101111

Color Harmonies of #CBA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA526

Black with #CBA526

Text Example


Text Example

White with #CBA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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