Html Css Color HEX #C5A11B Buddha Gold

📋 copy color: '#C5A11B'

red 197 ◦ green 161 ◦ blue 27

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

Shades of Buddha Gold #C5A11B

Tints of Buddha Gold #C5A11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

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

R = 51.17%
G = 41.82%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5A11B (or 0xC5A11B) is known color: Buddha Gold. HEX triplet: C5, A1 and 1B. RGB value is (197,161,27). Sum of RGB (Red+Green+Blue) = 197+161+27=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A11B is #3A5EE4. Grayscale: #9D9D9D. Windows color (decimal): -3825381 or 1810885. OLE color: 1810885.

HSL color Cylindrical-coordinate representation of color #C5A11B: hue angle of 47.29º 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 #C5A11B is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 27 -
CMYK 0 0.18 0.86 0.23
HSL 47.29º 0.76% 0.44% -
HSV(B) 47.29º 0.86% 0.77% -
XYZ 35.97 37.44 6.37 -
YUV 156.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 197 161 27 0 0.18 0.86 0.23 47.29 0.76 0.44
Hex C5 A1 1B 0 12 56 17 2F 4C 2C
Octal 305 241 33 0 22 126 27 57 114 54
Binary 11000101 10100001 11011 0 10010 1010110 10111 101111 1001100 101100

Color Harmonies of #C5A11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A11B

Black with #C5A11B

Text Example


Text Example

White with #C5A11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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