Html Css Color HEX #C8A226 Galliano

📋 copy color: '#C8A226'

red 200 ◦ green 162 ◦ blue 38

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

Shades of Galliano #C8A226

Tints of Galliano #C8A226

RGB

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

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

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

R = 50%
G = 40.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C8A226 (or 0xC8A226) is known color: Galliano. HEX triplet: C8, A2 and 26. RGB value is (200,162,38). Sum of RGB (Red+Green+Blue) = 200+162+38=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A226 is #375DD9. Grayscale: #9F9F9F. Windows color (decimal): -3628506 or 2532040. OLE color: 2532040.

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

Color convert

RGB 200 162 38 -
CMYK 0 0.19 0.81 0.22
HSL 45.93º 0.68% 0.47% -
HSV(B) 45.93º 0.81% 0.78% -
XYZ 37.09 38.26 7.26 -
YUV 159.23 59.59 157.08 -
System Red Green Blue C M Y K H S L
Decimal 200 162 38 0 0.19 0.81 0.22 45.93 0.68 0.47
Hex C8 A2 26 0 13 51 16 2E 44 2F
Octal 310 242 46 0 23 121 26 56 104 57
Binary 11001000 10100010 100110 0 10011 1010001 10110 101110 1000100 101111

Color Harmonies of #C8A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A226

Black with #C8A226

Text Example


Text Example

White with #C8A226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A226; }

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

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

background-color css

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

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

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

border-color css

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

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

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