Html Css Color HEX #C8A725 Galliano

📋 copy color: '#C8A725'

red 200 ◦ green 167 ◦ blue 37

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

Shades of Galliano #C8A725

Tints of Galliano #C8A725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

 BLUE value IS 37 (14.84% from 255) = 9.16%

R = 49.5%
G = 41.34%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8A725 (or 0xC8A725) is known color: Galliano. HEX triplet: C8, A7 and 25. RGB value is (200,167,37). Sum of RGB (Red+Green+Blue) = 200+167+37=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A725 is #3758DA. Grayscale: #A2A2A2. Windows color (decimal): -3627227 or 2467784. OLE color: 2467784.

HSL color Cylindrical-coordinate representation of color #C8A725: hue angle of 47.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8A725 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 167 37 -
CMYK 0 0.16 0.82 0.22
HSL 47.85º 0.69% 0.46% -
HSV(B) 47.85º 0.82% 0.78% -
XYZ 37.97 40.05 7.48 -
YUV 162.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 200 167 37 0 0.16 0.82 0.22 47.85 0.69 0.46
Hex C8 A7 25 0 10 52 16 30 45 2E
Octal 310 247 45 0 20 122 26 60 105 56
Binary 11001000 10100111 100101 0 10000 1010010 10110 110000 1000101 101110

Color Harmonies of #C8A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A725

Black with #C8A725

Text Example


Text Example

White with #C8A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A725; }

 p { color: rgb(200,167,37); }

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

background-color css

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

 a { background-color: rgb(200,167,37); }

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

border-color css

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

 span { border-color: rgb(200,167,37); }

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