Html Css Color HEX #C8A414 Buddha Gold

📋 copy color: '#C8A414'

red 200 ◦ green 164 ◦ blue 20

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

Shades of Buddha Gold #C8A414

Tints of Buddha Gold #C8A414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.71%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 52.08%
G = 42.71%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C8A414 (or 0xC8A414) is known color: Buddha Gold. HEX triplet: C8, A4 and 14. RGB value is (200,164,20). Sum of RGB (Red+Green+Blue) = 200+164+20=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A414 is #375BEB. Grayscale: #9E9E9E. Windows color (decimal): -3628012 or 1352904. OLE color: 1352904.

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

Color convert

RGB 200 164 20 -
CMYK 0 0.18 0.9 0.22
HSL 48º 0.82% 0.43% -
HSV(B) 48º 0.9% 0.78% -
XYZ 37.22 38.88 6.2 -
YUV 158.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 200 164 20 0 0.18 0.9 0.22 48 0.82 0.43
Hex C8 A4 14 0 12 5A 16 30 52 2B
Octal 310 244 24 0 22 132 26 60 122 53
Binary 11001000 10100100 10100 0 10010 1011010 10110 110000 1010010 101011

Color Harmonies of #C8A414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A414

Black with #C8A414

Text Example


Text Example

White with #C8A414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A414; }

 p { color: rgb(200,164,20); }

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

background-color css

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

 a { background-color: rgb(200,164,20); }

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

border-color css

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

 span { border-color: rgb(200,164,20); }

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