Html Css Color HEX #C8A32B Galliano

📋 copy color: '#C8A32B'

red 200 ◦ green 163 ◦ blue 43

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

Shades of Galliano #C8A32B

Tints of Galliano #C8A32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.15%

 BLUE value IS 43 (17.19% from 255) = 10.59%

R = 49.26%
G = 40.15%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8A32B (or 0xC8A32B) is known color: Galliano. HEX triplet: C8, A3 and 2B. RGB value is (200,163,43). Sum of RGB (Red+Green+Blue) = 200+163+43=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A32B is #375CD4. Grayscale: #A0A0A0. Windows color (decimal): -3628245 or 2859976. OLE color: 2859976.

HSL color Cylindrical-coordinate representation of color #C8A32B: hue angle of 45.86º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8A32B is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 43 -
CMYK 0 0.18 0.78 0.22
HSL 45.86º 0.65% 0.48% -
HSV(B) 45.86º 0.79% 0.78% -
XYZ 37.35 38.65 7.78 -
YUV 160.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 200 163 43 0 0.18 0.78 0.22 45.86 0.65 0.48
Hex C8 A3 2B 0 12 4E 16 2E 41 30
Octal 310 243 53 0 22 116 26 56 101 60
Binary 11001000 10100011 101011 0 10010 1001110 10110 101110 1000001 110000

Color Harmonies of #C8A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A32B

Black with #C8A32B

Text Example


Text Example

White with #C8A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A32B; }

 p { color: rgb(200,163,43); }

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

background-color css

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

 a { background-color: rgb(200,163,43); }

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

border-color css

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

 span { border-color: rgb(200,163,43); }

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