Html Css Color HEX #C0A102 Buddha Gold

📋 copy color: '#C0A102'

red 192 ◦ green 161 ◦ blue 2

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

Shades of Buddha Gold #C0A102

Tints of Buddha Gold #C0A102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 54.08%
G = 45.35%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0A102 (or 0xC0A102) is known color: Buddha Gold. HEX triplet: C0, A1 and 02. RGB value is (192,161,2). Sum of RGB (Red+Green+Blue) = 192+161+2=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A102 is #3F5EFD. Grayscale: #989898. Windows color (decimal): -4153086 or 172480. OLE color: 172480.

HSL color Cylindrical-coordinate representation of color #C0A102: hue angle of 50.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0A102 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 2 -
CMYK 0 0.16 0.99 0.25
HSL 50.21º 0.98% 0.38% -
HSV(B) 50.21º 0.99% 0.75% -
XYZ 34.49 36.7 5.32 -
YUV 152.14 43.27 156.43 -
System Red Green Blue C M Y K H S L
Decimal 192 161 2 0 0.16 0.99 0.25 50.21 0.98 0.38
Hex C0 A1 2 0 10 63 19 32 62 26
Octal 300 241 2 0 20 143 31 62 142 46
Binary 11000000 10100001 10 0 10000 1100011 11001 110010 1100010 100110

Color Harmonies of #C0A102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A102

Black with #C0A102

Text Example


Text Example

White with #C0A102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A102; }

 p { color: rgb(192,161,2); }

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

background-color css

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

 a { background-color: rgb(192,161,2); }

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

border-color css

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

 span { border-color: rgb(192,161,2); }

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