Html Css Color HEX #C5A01B Buddha Gold

📋 copy color: '#C5A01B'

red 197 ◦ green 160 ◦ blue 27

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

Shades of Buddha Gold #C5A01B

Tints of Buddha Gold #C5A01B

RGB

 RED value IS 197 (77.34% from 255) = 51.3%

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

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

R = 51.3%
G = 41.67%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5A01B (or 0xC5A01B) is known color: Buddha Gold. HEX triplet: C5, A0 and 1B. RGB value is (197,160,27). Sum of RGB (Red+Green+Blue) = 197+160+27=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A01B is #3A5FE4. Grayscale: #9C9C9C. Windows color (decimal): -3825637 or 1810629. OLE color: 1810629.

HSL color Cylindrical-coordinate representation of color #C5A01B: hue angle of 46.94º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5A01B is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 160 27 -
CMYK 0 0.19 0.86 0.23
HSL 46.94º 0.76% 0.44% -
HSV(B) 46.94º 0.86% 0.77% -
XYZ 35.79 37.09 6.31 -
YUV 155.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 197 160 27 0 0.19 0.86 0.23 46.94 0.76 0.44
Hex C5 A0 1B 0 13 56 17 2F 4C 2C
Octal 305 240 33 0 23 126 27 57 114 54
Binary 11000101 10100000 11011 0 10011 1010110 10111 101111 1001100 101100

Color Harmonies of #C5A01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A01B

Black with #C5A01B

Text Example


Text Example

White with #C5A01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A01B; }

 p { color: rgb(197,160,27); }

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

background-color css

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

 a { background-color: rgb(197,160,27); }

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

border-color css

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

 span { border-color: rgb(197,160,27); }

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