Html Css Color HEX #C0A409 Buddha Gold

📋 copy color: '#C0A409'

red 192 ◦ green 164 ◦ blue 9

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

Shades of Buddha Gold #C0A409

Tints of Buddha Gold #C0A409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.93%

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 52.6%
G = 44.93%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0A409 (or 0xC0A409) is known color: Buddha Gold. HEX triplet: C0, A4 and 09. RGB value is (192,164,9). Sum of RGB (Red+Green+Blue) = 192+164+9=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A409 is #3F5BF6. Grayscale: #9B9B9B. Windows color (decimal): -4152311 or 632000. OLE color: 632000.

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

Color convert

RGB 192 164 9 -
CMYK 0 0.15 0.95 0.25
HSL 50.82º 0.91% 0.39% -
HSV(B) 50.82º 0.95% 0.75% -
XYZ 35.06 37.78 5.7 -
YUV 154.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 192 164 9 0 0.15 0.95 0.25 50.82 0.91 0.39
Hex C0 A4 9 0 F 5F 19 33 5B 27
Octal 300 244 11 0 17 137 31 63 133 47
Binary 11000000 10100100 1001 0 1111 1011111 11001 110011 1011011 100111

Color Harmonies of #C0A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A409

Black with #C0A409

Text Example


Text Example

White with #C0A409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A409; }

 p { color: rgb(192,164,9); }

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

background-color css

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

 a { background-color: rgb(192,164,9); }

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

border-color css

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

 span { border-color: rgb(192,164,9); }

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