Html Css Color HEX #C8A225 Galliano

📋 copy color: '#C8A225'

red 200 ◦ green 162 ◦ blue 37

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

Shades of Galliano #C8A225

Tints of Galliano #C8A225

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

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

R = 50.13%
G = 40.6%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8A225 (or 0xC8A225) is known color: Galliano. HEX triplet: C8, A2 and 25. RGB value is (200,162,37). Sum of RGB (Red+Green+Blue) = 200+162+37=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A225 is #375DDA. Grayscale: #9F9F9F. Windows color (decimal): -3628507 or 2466504. OLE color: 2466504.

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

Color convert

RGB 200 162 37 -
CMYK 0 0.19 0.82 0.22
HSL 46.01º 0.69% 0.46% -
HSV(B) 46.01º 0.82% 0.78% -
XYZ 37.07 38.25 7.18 -
YUV 159.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 200 162 37 0 0.19 0.82 0.22 46.01 0.69 0.46
Hex C8 A2 25 0 13 52 16 2E 45 2E
Octal 310 242 45 0 23 122 26 56 105 56
Binary 11001000 10100010 100101 0 10011 1010010 10110 101110 1000101 101110

Color Harmonies of #C8A225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A225

Black with #C8A225

Text Example


Text Example

White with #C8A225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A225; }

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

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

background-color css

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

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

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

border-color css

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

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

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