Html Css Color HEX #CBA525 Galliano

📋 copy color: '#CBA525'

red 203 ◦ green 165 ◦ blue 37

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

Shades of Galliano #CBA525

Tints of Galliano #CBA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.14%

R = 50.12%
G = 40.74%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBA525 (or 0xCBA525) is known color: Galliano. HEX triplet: CB, A5 and 25. RGB value is (203,165,37). Sum of RGB (Red+Green+Blue) = 203+165+37=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA525 is #345ADA. Grayscale: #A2A2A2. Windows color (decimal): -3431131 or 2467275. OLE color: 2467275.

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

Color convert

RGB 203 165 37 -
CMYK 0 0.19 0.82 0.20
HSL 46.27º 0.69% 0.47% -
HSV(B) 46.27º 0.82% 0.8% -
XYZ 38.42 39.74 7.4 -
YUV 161.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 203 165 37 0 0.19 0.82 0.20 46.27 0.69 0.47
Hex CB A5 25 0 13 52 14 2E 45 2F
Octal 313 245 45 0 23 122 24 56 105 57
Binary 11001011 10100101 100101 0 10011 1010010 10100 101110 1000101 101111

Color Harmonies of #CBA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA525

Black with #CBA525

Text Example


Text Example

White with #CBA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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