Html Css Color HEX #C8A21E Buddha Gold

📋 copy color: '#C8A21E'

red 200 ◦ green 162 ◦ blue 30

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

Shades of Buddha Gold #C8A21E

Tints of Buddha Gold #C8A21E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

 BLUE value IS 30 (12.11% from 255) = 7.65%

R = 51.02%
G = 41.33%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8A21E (or 0xC8A21E) is known color: Buddha Gold. HEX triplet: C8, A2 and 1E. RGB value is (200,162,30). Sum of RGB (Red+Green+Blue) = 200+162+30=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A21E is #375DE1. Grayscale: #9E9E9E. Windows color (decimal): -3628514 or 2007752. OLE color: 2007752.

HSL color Cylindrical-coordinate representation of color #C8A21E: hue angle of 46.59º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8A21E is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 162 30 -
CMYK 0 0.19 0.85 0.22
HSL 46.59º 0.74% 0.45% -
HSV(B) 46.59º 0.85% 0.78% -
XYZ 36.97 38.21 6.66 -
YUV 158.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 200 162 30 0 0.19 0.85 0.22 46.59 0.74 0.45
Hex C8 A2 1E 0 13 55 16 2F 4A 2D
Octal 310 242 36 0 23 125 26 57 112 55
Binary 11001000 10100010 11110 0 10011 1010101 10110 101111 1001010 101101

Color Harmonies of #C8A21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A21E

Black with #C8A21E

Text Example


Text Example

White with #C8A21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A21E; }

 p { color: rgb(200,162,30); }

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

background-color css

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

 a { background-color: rgb(200,162,30); }

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

border-color css

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

 span { border-color: rgb(200,162,30); }

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