Html Css Color HEX #CBA527 Galliano

📋 copy color: '#CBA527'

red 203 ◦ green 165 ◦ blue 39

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

Shades of Galliano #CBA527

Tints of Galliano #CBA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.58%

R = 49.88%
G = 40.54%
B = 9.58%

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

#CBA527 (or 0xCBA527) is known color: Galliano. HEX triplet: CB, A5 and 27. RGB value is (203,165,39). Sum of RGB (Red+Green+Blue) = 203+165+39=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA527 is #345AD8. Grayscale: #A2A2A2. Windows color (decimal): -3431129 or 2598347. OLE color: 2598347.

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

Color convert

RGB 203 165 39 -
CMYK 0 0.19 0.81 0.20
HSL 46.1º 0.68% 0.47% -
HSV(B) 46.1º 0.81% 0.8% -
XYZ 38.45 39.75 7.57 -
YUV 162 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 203 165 39 0 0.19 0.81 0.20 46.1 0.68 0.47
Hex CB A5 27 0 13 51 14 2E 44 2F
Octal 313 245 47 0 23 121 24 56 104 57
Binary 11001011 10100101 100111 0 10011 1010001 10100 101110 1000100 101111

Color Harmonies of #CBA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA527

Black with #CBA527

Text Example


Text Example

White with #CBA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA527; }

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

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

background-color css

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

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

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

border-color css

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

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

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