Html Css Color HEX #C0A21C Buddha Gold

📋 copy color: '#C0A21C'

red 192 ◦ green 162 ◦ blue 28

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

Shades of Buddha Gold #C0A21C

Tints of Buddha Gold #C0A21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 50.26%
G = 42.41%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0A21C (or 0xC0A21C) is known color: Buddha Gold. HEX triplet: C0, A2 and 1C. RGB value is (192,162,28). Sum of RGB (Red+Green+Blue) = 192+162+28=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A21C is #3F5DE3. Grayscale: #9C9C9C. Windows color (decimal): -4152804 or 1876672. OLE color: 1876672.

HSL color Cylindrical-coordinate representation of color #C0A21C: hue angle of 49.02º degrees, saturation: 0.75, 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 #C0A21C is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 162 28 -
CMYK 0 0.16 0.85 0.25
HSL 49.02º 0.75% 0.43% -
HSV(B) 49.02º 0.85% 0.75% -
XYZ 34.87 37.13 6.43 -
YUV 155.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 192 162 28 0 0.16 0.85 0.25 49.02 0.75 0.43
Hex C0 A2 1C 0 10 55 19 31 4B 2B
Octal 300 242 34 0 20 125 31 61 113 53
Binary 11000000 10100010 11100 0 10000 1010101 11001 110001 1001011 101011

Color Harmonies of #C0A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A21C

Black with #C0A21C

Text Example


Text Example

White with #C0A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A21C; }

 p { color: rgb(192,162,28); }

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

background-color css

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

 a { background-color: rgb(192,162,28); }

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

border-color css

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

 span { border-color: rgb(192,162,28); }

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