Html Css Color HEX #C8A21B Buddha Gold

📋 copy color: '#C8A21B'

red 200 ◦ green 162 ◦ blue 27

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

Shades of Buddha Gold #C8A21B

Tints of Buddha Gold #C8A21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.94%

R = 51.41%
G = 41.65%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8A21B (or 0xC8A21B) is known color: Buddha Gold. HEX triplet: C8, A2 and 1B. RGB value is (200,162,27). Sum of RGB (Red+Green+Blue) = 200+162+27=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A21B is #375DE4. Grayscale: #9E9E9E. Windows color (decimal): -3628517 or 1811144. OLE color: 1811144.

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

Color convert

RGB 200 162 27 -
CMYK 0 0.19 0.86 0.22
HSL 46.82º 0.76% 0.45% -
HSV(B) 46.82º 0.87% 0.78% -
XYZ 36.94 38.2 6.46 -
YUV 157.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 200 162 27 0 0.19 0.86 0.22 46.82 0.76 0.45
Hex C8 A2 1B 0 13 56 16 2F 4C 2D
Octal 310 242 33 0 23 126 26 57 114 55
Binary 11001000 10100010 11011 0 10011 1010110 10110 101111 1001100 101101

Color Harmonies of #C8A21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A21B

Black with #C8A21B

Text Example


Text Example

White with #C8A21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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