Html Css Color HEX #C0A50A Buddha Gold

📋 copy color: '#C0A50A'

red 192 ◦ green 165 ◦ blue 10

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

Shades of Buddha Gold #C0A50A

Tints of Buddha Gold #C0A50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.96%

 BLUE value IS 10 (4.3% from 255) = 2.72%

R = 52.32%
G = 44.96%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0A50A (or 0xC0A50A) is known color: Buddha Gold. HEX triplet: C0, A5 and 0A. RGB value is (192,165,10). Sum of RGB (Red+Green+Blue) = 192+165+10=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A50A is #3F5AF5. Grayscale: #9C9C9C. Windows color (decimal): -4152054 or 697792. OLE color: 697792.

HSL color Cylindrical-coordinate representation of color #C0A50A: hue angle of 51.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0A50A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 10 -
CMYK 0 0.14 0.95 0.25
HSL 51.1º 0.9% 0.4% -
HSV(B) 51.1º 0.95% 0.75% -
XYZ 35.25 38.14 5.79 -
YUV 155.4 45.95 154.1 -
System Red Green Blue C M Y K H S L
Decimal 192 165 10 0 0.14 0.95 0.25 51.1 0.9 0.4
Hex C0 A5 A 0 E 5F 19 33 5A 28
Octal 300 245 12 0 16 137 31 63 132 50
Binary 11000000 10100101 1010 0 1110 1011111 11001 110011 1011010 101000

Color Harmonies of #C0A50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A50A

Black with #C0A50A

Text Example


Text Example

White with #C0A50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A50A; }

 p { color: rgb(192,165,10); }

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

background-color css

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

 a { background-color: rgb(192,165,10); }

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

border-color css

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

 span { border-color: rgb(192,165,10); }

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