Html Css Color HEX #C0A41D Buddha Gold

📋 copy color: '#C0A41D'

red 192 ◦ green 164 ◦ blue 29

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

Shades of Buddha Gold #C0A41D

Tints of Buddha Gold #C0A41D

RGB

 RED value IS 192 (75.39% from 255) = 49.87%

 GREEN value IS 164 (64.45% from 255) = 42.6%

 BLUE value IS 29 (11.72% from 255) = 7.53%

R = 49.87%
G = 42.6%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0A41D (or 0xC0A41D) is known color: Buddha Gold. HEX triplet: C0, A4 and 1D. RGB value is (192,164,29). Sum of RGB (Red+Green+Blue) = 192+164+29=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A41D is #3F5BE2. Grayscale: #9D9D9D. Windows color (decimal): -4152291 or 1942720. OLE color: 1942720.

HSL color Cylindrical-coordinate representation of color #C0A41D: hue angle of 49.69º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0A41D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 29 -
CMYK 0 0.15 0.85 0.25
HSL 49.69º 0.74% 0.43% -
HSV(B) 49.69º 0.85% 0.75% -
XYZ 35.24 37.85 6.61 -
YUV 156.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 192 164 29 0 0.15 0.85 0.25 49.69 0.74 0.43
Hex C0 A4 1D 0 F 55 19 32 4A 2B
Octal 300 244 35 0 17 125 31 62 112 53
Binary 11000000 10100100 11101 0 1111 1010101 11001 110010 1001010 101011

Color Harmonies of #C0A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A41D

Black with #C0A41D

Text Example


Text Example

White with #C0A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A41D; }

 p { color: rgb(192,164,29); }

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

background-color css

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

 a { background-color: rgb(192,164,29); }

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

border-color css

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

 span { border-color: rgb(192,164,29); }

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