Html Css Color HEX #C8A721 Galliano

📋 copy color: '#C8A721'

red 200 ◦ green 167 ◦ blue 33

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

Shades of Galliano #C8A721

Tints of Galliano #C8A721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.25%

R = 50%
G = 41.75%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8A721 (or 0xC8A721) is known color: Galliano. HEX triplet: C8, A7 and 21. RGB value is (200,167,33). Sum of RGB (Red+Green+Blue) = 200+167+33=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A721 is #3758DE. Grayscale: #A2A2A2. Windows color (decimal): -3627231 or 2205640. OLE color: 2205640.

HSL color Cylindrical-coordinate representation of color #C8A721: hue angle of 48.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8A721 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 167 33 -
CMYK 0 0.16 0.84 0.22
HSL 48.14º 0.72% 0.46% -
HSV(B) 48.14º 0.84% 0.78% -
XYZ 37.91 40.03 7.17 -
YUV 161.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 200 167 33 0 0.16 0.84 0.22 48.14 0.72 0.46
Hex C8 A7 21 0 10 54 16 30 48 2E
Octal 310 247 41 0 20 124 26 60 110 56
Binary 11001000 10100111 100001 0 10000 1010100 10110 110000 1001000 101110

Color Harmonies of #C8A721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A721

Black with #C8A721

Text Example


Text Example

White with #C8A721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A721; }

 p { color: rgb(200,167,33); }

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

background-color css

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

 a { background-color: rgb(200,167,33); }

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

border-color css

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

 span { border-color: rgb(200,167,33); }

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