Html Css Color HEX #C0A302 Buddha Gold

📋 copy color: '#C0A302'

red 192 ◦ green 163 ◦ blue 2

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

Shades of Buddha Gold #C0A302

Tints of Buddha Gold #C0A302

RGB

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

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

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

R = 53.78%
G = 45.66%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0A302 (or 0xC0A302) is known color: Buddha Gold. HEX triplet: C0, A3 and 02. RGB value is (192,163,2). Sum of RGB (Red+Green+Blue) = 192+163+2=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A302 is #3F5CFD. Grayscale: #999999. Windows color (decimal): -4152574 or 172992. OLE color: 172992.

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

Color convert

RGB 192 163 2 -
CMYK 0 0.15 0.99 0.25
HSL 50.84º 0.98% 0.38% -
HSV(B) 50.84º 0.99% 0.75% -
XYZ 34.85 37.41 5.44 -
YUV 153.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 192 163 2 0 0.15 0.99 0.25 50.84 0.98 0.38
Hex C0 A3 2 0 F 63 19 33 62 26
Octal 300 243 2 0 17 143 31 63 142 46
Binary 11000000 10100011 10 0 1111 1100011 11001 110011 1100010 100110

Color Harmonies of #C0A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A302

Black with #C0A302

Text Example


Text Example

White with #C0A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A302; }

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

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

background-color css

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

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

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

border-color css

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

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

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