Html Css Color HEX #C8A526 Galliano

📋 copy color: '#C8A526'

red 200 ◦ green 165 ◦ blue 38

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

Shades of Galliano #C8A526

Tints of Galliano #C8A526

RGB

 RED value IS 200 (78.52% from 255) = 49.63%

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

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 49.63%
G = 40.94%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C8A526 (or 0xC8A526) is known color: Galliano. HEX triplet: C8, A5 and 26. RGB value is (200,165,38). Sum of RGB (Red+Green+Blue) = 200+165+38=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A526 is #375AD9. Grayscale: #A1A1A1. Windows color (decimal): -3627738 or 2532808. OLE color: 2532808.

HSL color Cylindrical-coordinate representation of color #C8A526: hue angle of 47.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8A526 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 38 -
CMYK 0 0.18 0.81 0.22
HSL 47.04º 0.68% 0.47% -
HSV(B) 47.04º 0.81% 0.78% -
XYZ 37.62 39.33 7.44 -
YUV 160.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 200 165 38 0 0.18 0.81 0.22 47.04 0.68 0.47
Hex C8 A5 26 0 12 51 16 2F 44 2F
Octal 310 245 46 0 22 121 26 57 104 57
Binary 11001000 10100101 100110 0 10010 1010001 10110 101111 1000100 101111

Color Harmonies of #C8A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A526

Black with #C8A526

Text Example


Text Example

White with #C8A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A526; }

 p { color: rgb(200,165,38); }

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

background-color css

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

 a { background-color: rgb(200,165,38); }

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

border-color css

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

 span { border-color: rgb(200,165,38); }

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