Html Css Color HEX #C0A021 Buddha Gold

📋 copy color: '#C0A021'

red 192 ◦ green 160 ◦ blue 33

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

Shades of Buddha Gold #C0A021

Tints of Buddha Gold #C0A021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 49.87%
G = 41.56%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0A021 (or 0xC0A021) is known color: Buddha Gold. HEX triplet: C0, A0 and 21. RGB value is (192,160,33). Sum of RGB (Red+Green+Blue) = 192+160+33=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A021 is #3F5FDE. Grayscale: #9B9B9B. Windows color (decimal): -4153311 or 2203840. OLE color: 2203840.

HSL color Cylindrical-coordinate representation of color #C0A021: hue angle of 47.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0A021 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 33 -
CMYK 0 0.17 0.83 0.25
HSL 47.92º 0.71% 0.44% -
HSV(B) 47.92º 0.83% 0.75% -
XYZ 34.58 36.46 6.65 -
YUV 155.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 192 160 33 0 0.17 0.83 0.25 47.92 0.71 0.44
Hex C0 A0 21 0 11 53 19 30 47 2C
Octal 300 240 41 0 21 123 31 60 107 54
Binary 11000000 10100000 100001 0 10001 1010011 11001 110000 1000111 101100

Color Harmonies of #C0A021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A021

Black with #C0A021

Text Example


Text Example

White with #C0A021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A021; }

 p { color: rgb(192,160,33); }

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

background-color css

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

 a { background-color: rgb(192,160,33); }

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

border-color css

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

 span { border-color: rgb(192,160,33); }

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