Html Css Color HEX #C0A303 Buddha Gold

📋 copy color: '#C0A303'

red 192 ◦ green 163 ◦ blue 3

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

Shades of Buddha Gold #C0A303

Tints of Buddha Gold #C0A303

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.53%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 53.63%
G = 45.53%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0A303 (or 0xC0A303) is known color: Buddha Gold. HEX triplet: C0, A3 and 03. RGB value is (192,163,3). Sum of RGB (Red+Green+Blue) = 192+163+3=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A303 is #3F5CFC. Grayscale: #9A9A9A. Windows color (decimal): -4152573 or 238528. OLE color: 238528.

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

Color convert

RGB 192 163 3 -
CMYK 0 0.15 0.98 0.25
HSL 50.79º 0.97% 0.38% -
HSV(B) 50.79º 0.98% 0.75% -
XYZ 34.85 37.41 5.47 -
YUV 153.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 192 163 3 0 0.15 0.98 0.25 50.79 0.97 0.38
Hex C0 A3 3 0 F 62 19 33 61 26
Octal 300 243 3 0 17 142 31 63 141 46
Binary 11000000 10100011 11 0 1111 1100010 11001 110011 1100001 100110

Color Harmonies of #C0A303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A303

Black with #C0A303

Text Example


Text Example

White with #C0A303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A303; }

 p { color: rgb(192,163,3); }

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

background-color css

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

 a { background-color: rgb(192,163,3); }

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

border-color css

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

 span { border-color: rgb(192,163,3); }

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