Html Css Color HEX #CBA625 Galliano

📋 copy color: '#CBA625'

red 203 ◦ green 166 ◦ blue 37

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

Shades of Galliano #CBA625

Tints of Galliano #CBA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

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

R = 50%
G = 40.89%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBA625 (or 0xCBA625) is known color: Galliano. HEX triplet: CB, A6 and 25. RGB value is (203,166,37). Sum of RGB (Red+Green+Blue) = 203+166+37=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA625 is #3459DA. Grayscale: #A2A2A2. Windows color (decimal): -3430875 or 2467531. OLE color: 2467531.

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

Color convert

RGB 203 166 37 -
CMYK 0 0.18 0.82 0.20
HSL 46.63º 0.69% 0.47% -
HSV(B) 46.63º 0.82% 0.8% -
XYZ 38.6 40.1 7.46 -
YUV 162.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 203 166 37 0 0.18 0.82 0.20 46.63 0.69 0.47
Hex CB A6 25 0 12 52 14 2F 45 2F
Octal 313 246 45 0 22 122 24 57 105 57
Binary 11001011 10100110 100101 0 10010 1010010 10100 101111 1000101 101111

Color Harmonies of #CBA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA625

Black with #CBA625

Text Example


Text Example

White with #CBA625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA625; }

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

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

background-color css

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

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

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

border-color css

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

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

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