Html Css Color HEX #CBA725 Galliano

📋 copy color: '#CBA725'

red 203 ◦ green 167 ◦ blue 37

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

Shades of Galliano #CBA725

Tints of Galliano #CBA725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.03%

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

R = 49.88%
G = 41.03%
B = 9.09%

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

#CBA725 (or 0xCBA725) is known color: Galliano. HEX triplet: CB, A7 and 25. RGB value is (203,167,37). Sum of RGB (Red+Green+Blue) = 203+167+37=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA725 is #3458DA. Grayscale: #A3A3A3. Windows color (decimal): -3430619 or 2467787. OLE color: 2467787.

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

Color convert

RGB 203 167 37 -
CMYK 0 0.18 0.82 0.20
HSL 46.99º 0.69% 0.47% -
HSV(B) 46.99º 0.82% 0.8% -
XYZ 38.78 40.47 7.52 -
YUV 162.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 203 167 37 0 0.18 0.82 0.20 46.99 0.69 0.47
Hex CB A7 25 0 12 52 14 2F 45 2F
Octal 313 247 45 0 22 122 24 57 105 57
Binary 11001011 10100111 100101 0 10010 1010010 10100 101111 1000101 101111

Color Harmonies of #CBA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA725

Black with #CBA725

Text Example


Text Example

White with #CBA725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA725; }

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

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

background-color css

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

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

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

border-color css

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

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

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