Html Css Color HEX #CBA325 Galliano

📋 copy color: '#CBA325'

red 203 ◦ green 163 ◦ blue 37

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

Shades of Galliano #CBA325

Tints of Galliano #CBA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 50.37%
G = 40.45%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBA325 (or 0xCBA325) is known color: Galliano. HEX triplet: CB, A3 and 25. RGB value is (203,163,37). Sum of RGB (Red+Green+Blue) = 203+163+37=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA325 is #345CDA. Grayscale: #A1A1A1. Windows color (decimal): -3431643 or 2466763. OLE color: 2466763.

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

Color convert

RGB 203 163 37 -
CMYK 0 0.20 0.82 0.20
HSL 45.54º 0.69% 0.47% -
HSV(B) 45.54º 0.82% 0.8% -
XYZ 38.06 39.02 7.28 -
YUV 160.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 203 163 37 0 0.20 0.82 0.20 45.54 0.69 0.47
Hex CB A3 25 0 14 52 14 2E 45 2F
Octal 313 243 45 0 24 122 24 56 105 57
Binary 11001011 10100011 100101 0 10100 1010010 10100 101110 1000101 101111

Color Harmonies of #CBA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA325

Black with #CBA325

Text Example


Text Example

White with #CBA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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