Html Css Color HEX #C7A52B Galliano

📋 copy color: '#C7A52B'

red 199 ◦ green 165 ◦ blue 43

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

Shades of Galliano #C7A52B

Tints of Galliano #C7A52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

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

R = 48.89%
G = 40.54%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7A52B (or 0xC7A52B) is known color: Galliano. HEX triplet: C7, A5 and 2B. RGB value is (199,165,43). Sum of RGB (Red+Green+Blue) = 199+165+43=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A52B is #385AD4. Grayscale: #A1A1A1. Windows color (decimal): -3693269 or 2860487. OLE color: 2860487.

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

Color convert

RGB 199 165 43 -
CMYK 0 0.17 0.78 0.22
HSL 46.92º 0.64% 0.47% -
HSV(B) 46.92º 0.78% 0.78% -
XYZ 37.44 39.23 7.88 -
YUV 161.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 199 165 43 0 0.17 0.78 0.22 46.92 0.64 0.47
Hex C7 A5 2B 0 11 4E 16 2F 40 2F
Octal 307 245 53 0 21 116 26 57 100 57
Binary 11000111 10100101 101011 0 10001 1001110 10110 101111 1000000 101111

Color Harmonies of #C7A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A52B

Black with #C7A52B

Text Example


Text Example

White with #C7A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A52B; }

 p { color: rgb(199,165,43); }

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

background-color css

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

 a { background-color: rgb(199,165,43); }

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

border-color css

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

 span { border-color: rgb(199,165,43); }

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