Html Css Color HEX #C7A328 Galliano

📋 copy color: '#C7A328'

red 199 ◦ green 163 ◦ blue 40

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

Shades of Galliano #C7A328

Tints of Galliano #C7A328

RGB

 RED value IS 199 (78.13% from 255) = 49.5%

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

 BLUE value IS 40 (16.02% from 255) = 9.95%

R = 49.5%
G = 40.55%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7A328 (or 0xC7A328) is known color: Galliano. HEX triplet: C7, A3 and 28. RGB value is (199,163,40). Sum of RGB (Red+Green+Blue) = 199+163+40=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A328 is #385CD7. Grayscale: #A0A0A0. Windows color (decimal): -3693784 or 2663367. OLE color: 2663367.

HSL color Cylindrical-coordinate representation of color #C7A328: hue angle of 46.42º degrees, saturation: 0.67, 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 #C7A328 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 40 -
CMYK 0 0.18 0.80 0.22
HSL 46.42º 0.67% 0.47% -
HSV(B) 46.42º 0.8% 0.78% -
XYZ 37.03 38.49 7.48 -
YUV 159.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 199 163 40 0 0.18 0.80 0.22 46.42 0.67 0.47
Hex C7 A3 28 0 12 50 16 2E 43 2F
Octal 307 243 50 0 22 120 26 56 103 57
Binary 11000111 10100011 101000 0 10010 1010000 10110 101110 1000011 101111

Color Harmonies of #C7A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A328

Black with #C7A328

Text Example


Text Example

White with #C7A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A328; }

 p { color: rgb(199,163,40); }

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

background-color css

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

 a { background-color: rgb(199,163,40); }

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

border-color css

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

 span { border-color: rgb(199,163,40); }

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