Html Css Color HEX #C0A00A Buddha Gold

📋 copy color: '#C0A00A'

red 192 ◦ green 160 ◦ blue 10

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

Shades of Buddha Gold #C0A00A

Tints of Buddha Gold #C0A00A

RGB

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

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

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

R = 53.04%
G = 44.2%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0A00A (or 0xC0A00A) is known color: Buddha Gold. HEX triplet: C0, A0 and 0A. RGB value is (192,160,10). Sum of RGB (Red+Green+Blue) = 192+160+10=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A00A is #3F5FF5. Grayscale: #999999. Windows color (decimal): -4153334 or 696512. OLE color: 696512.

HSL color Cylindrical-coordinate representation of color #C0A00A: hue angle of 49.45º 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 #C0A00A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 10 -
CMYK 0 0.17 0.95 0.25
HSL 49.45º 0.9% 0.4% -
HSV(B) 49.45º 0.95% 0.75% -
XYZ 34.36 36.37 5.5 -
YUV 152.47 47.6 156.2 -
System Red Green Blue C M Y K H S L
Decimal 192 160 10 0 0.17 0.95 0.25 49.45 0.9 0.4
Hex C0 A0 A 0 11 5F 19 31 5A 28
Octal 300 240 12 0 21 137 31 61 132 50
Binary 11000000 10100000 1010 0 10001 1011111 11001 110001 1011010 101000

Color Harmonies of #C0A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A00A

Black with #C0A00A

Text Example


Text Example

White with #C0A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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