Html Css Color HEX #C8A52C Galliano

📋 copy color: '#C8A52C'

red 200 ◦ green 165 ◦ blue 44

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

Shades of Galliano #C8A52C

Tints of Galliano #C8A52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.76%

R = 48.9%
G = 40.34%
B = 10.76%

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

#C8A52C (or 0xC8A52C) is known color: Galliano. HEX triplet: C8, A5 and 2C. RGB value is (200,165,44). Sum of RGB (Red+Green+Blue) = 200+165+44=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A52C is #375AD3. Grayscale: #A2A2A2. Windows color (decimal): -3627732 or 2926024. OLE color: 2926024.

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

Color convert

RGB 200 165 44 -
CMYK 0 0.18 0.78 0.22
HSL 46.54º 0.64% 0.48% -
HSV(B) 46.54º 0.78% 0.78% -
XYZ 37.73 39.37 7.99 -
YUV 161.67 61.6 155.34 -
System Red Green Blue C M Y K H S L
Decimal 200 165 44 0 0.18 0.78 0.22 46.54 0.64 0.48
Hex C8 A5 2C 0 12 4E 16 2F 40 30
Octal 310 245 54 0 22 116 26 57 100 60
Binary 11001000 10100101 101100 0 10010 1001110 10110 101111 1000000 110000

Color Harmonies of #C8A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A52C

Black with #C8A52C

Text Example


Text Example

White with #C8A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A52C; }

 p { color: rgb(200,165,44); }

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

background-color css

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

 a { background-color: rgb(200,165,44); }

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

border-color css

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

 span { border-color: rgb(200,165,44); }

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