Html Css Color HEX #C8A629 Galliano

📋 copy color: '#C8A629'

red 200 ◦ green 166 ◦ blue 41

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

Shades of Galliano #C8A629

Tints of Galliano #C8A629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

 BLUE value IS 41 (16.41% from 255) = 10.07%

R = 49.14%
G = 40.79%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8A629 (or 0xC8A629) is known color: Galliano. HEX triplet: C8, A6 and 29. RGB value is (200,166,41). Sum of RGB (Red+Green+Blue) = 200+166+41=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A629 is #3759D6. Grayscale: #A2A2A2. Windows color (decimal): -3627479 or 2729672. OLE color: 2729672.

HSL color Cylindrical-coordinate representation of color #C8A629: hue angle of 47.17º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8A629 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 166 41 -
CMYK 0 0.17 0.80 0.22
HSL 47.17º 0.66% 0.47% -
HSV(B) 47.17º 0.8% 0.78% -
XYZ 37.86 39.71 7.77 -
YUV 161.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 200 166 41 0 0.17 0.80 0.22 47.17 0.66 0.47
Hex C8 A6 29 0 11 50 16 2F 42 2F
Octal 310 246 51 0 21 120 26 57 102 57
Binary 11001000 10100110 101001 0 10001 1010000 10110 101111 1000010 101111

Color Harmonies of #C8A629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A629

Black with #C8A629

Text Example


Text Example

White with #C8A629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A629; }

 p { color: rgb(200,166,41); }

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

background-color css

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

 a { background-color: rgb(200,166,41); }

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

border-color css

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

 span { border-color: rgb(200,166,41); }

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