Html Css Color HEX #C8A014 Buddha Gold

📋 copy color: '#C8A014'

red 200 ◦ green 160 ◦ blue 20

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

Shades of Buddha Gold #C8A014

Tints of Buddha Gold #C8A014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.11%

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

R = 52.63%
G = 42.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C8A014 (or 0xC8A014) is known color: Buddha Gold. HEX triplet: C8, A0 and 14. RGB value is (200,160,20). Sum of RGB (Red+Green+Blue) = 200+160+20=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A014 is #375FEB. Grayscale: #9C9C9C. Windows color (decimal): -3629036 or 1351880. OLE color: 1351880.

HSL color Cylindrical-coordinate representation of color #C8A014: hue angle of 46.67º 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 #C8A014 is Cyan = 0, Magento = 0.2, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 20 -
CMYK 0 0.2 0.9 0.22
HSL 46.67º 0.82% 0.43% -
HSV(B) 46.67º 0.9% 0.78% -
XYZ 36.52 37.47 5.97 -
YUV 156 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 200 160 20 0 0.2 0.9 0.22 46.67 0.82 0.43
Hex C8 A0 14 0 14 5A 16 2F 52 2B
Octal 310 240 24 0 24 132 26 57 122 53
Binary 11001000 10100000 10100 0 10100 1011010 10110 101111 1010010 101011

Color Harmonies of #C8A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A014

Black with #C8A014

Text Example


Text Example

White with #C8A014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A014; }

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

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

background-color css

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

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

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

border-color css

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

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

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