Html Css Color HEX #C8A925 Galliano

📋 copy color: '#C8A925'

red 200 ◦ green 169 ◦ blue 37

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

Shades of Galliano #C8A925

Tints of Galliano #C8A925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

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

R = 49.26%
G = 41.63%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8A925 (or 0xC8A925) is known color: Galliano. HEX triplet: C8, A9 and 25. RGB value is (200,169,37). Sum of RGB (Red+Green+Blue) = 200+169+37=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A925 is #3756DA. Grayscale: #A3A3A3. Windows color (decimal): -3626715 or 2468296. OLE color: 2468296.

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

Color convert

RGB 200 169 37 -
CMYK 0 0.16 0.82 0.22
HSL 48.59º 0.69% 0.46% -
HSV(B) 48.59º 0.82% 0.78% -
XYZ 38.34 40.79 7.6 -
YUV 163.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 200 169 37 0 0.16 0.82 0.22 48.59 0.69 0.46
Hex C8 A9 25 0 10 52 16 31 45 2E
Octal 310 251 45 0 20 122 26 61 105 56
Binary 11001000 10101001 100101 0 10000 1010010 10110 110001 1000101 101110

Color Harmonies of #C8A925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A925

Black with #C8A925

Text Example


Text Example

White with #C8A925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A925; }

 p { color: rgb(200,169,37); }

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

background-color css

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

 a { background-color: rgb(200,169,37); }

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

border-color css

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

 span { border-color: rgb(200,169,37); }

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