Html Css Color HEX #C8A324 Galliano

📋 copy color: '#C8A324'

red 200 ◦ green 163 ◦ blue 36

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

Shades of Galliano #C8A324

Tints of Galliano #C8A324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.02%

R = 50.13%
G = 40.85%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8A324 (or 0xC8A324) is known color: Galliano. HEX triplet: C8, A3 and 24. RGB value is (200,163,36). Sum of RGB (Red+Green+Blue) = 200+163+36=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A324 is #375CDB. Grayscale: #A0A0A0. Windows color (decimal): -3628252 or 2401224. OLE color: 2401224.

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

Color convert

RGB 200 163 36 -
CMYK 0 0.18 0.82 0.22
HSL 46.46º 0.69% 0.46% -
HSV(B) 46.46º 0.82% 0.78% -
XYZ 37.24 38.6 7.16 -
YUV 159.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 200 163 36 0 0.18 0.82 0.22 46.46 0.69 0.46
Hex C8 A3 24 0 12 52 16 2E 45 2E
Octal 310 243 44 0 22 122 26 56 105 56
Binary 11001000 10100011 100100 0 10010 1010010 10110 101110 1000101 101110

Color Harmonies of #C8A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A324

Black with #C8A324

Text Example


Text Example

White with #C8A324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A324; }

 p { color: rgb(200,163,36); }

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

background-color css

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

 a { background-color: rgb(200,163,36); }

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

border-color css

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

 span { border-color: rgb(200,163,36); }

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