Html Css Color HEX #C0AB09 Buddha Gold

📋 copy color: '#C0AB09'

red 192 ◦ green 171 ◦ blue 9

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

Shades of Buddha Gold #C0AB09

Tints of Buddha Gold #C0AB09

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.97%

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

R = 51.61%
G = 45.97%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0AB09 (or 0xC0AB09) is known color: Buddha Gold. HEX triplet: C0, AB and 09. RGB value is (192,171,9). Sum of RGB (Red+Green+Blue) = 192+171+9=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB09 is #3F54F6. Grayscale: #9F9F9F. Windows color (decimal): -4150519 or 633792. OLE color: 633792.

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

Color convert

RGB 192 171 9 -
CMYK 0 0.11 0.95 0.25
HSL 53.11º 0.91% 0.39% -
HSV(B) 53.11º 0.95% 0.75% -
XYZ 36.35 40.35 6.13 -
YUV 158.81 43.46 151.67 -
System Red Green Blue C M Y K H S L
Decimal 192 171 9 0 0.11 0.95 0.25 53.11 0.91 0.39
Hex C0 AB 9 0 B 5F 19 35 5B 27
Octal 300 253 11 0 13 137 31 65 133 47
Binary 11000000 10101011 1001 0 1011 1011111 11001 110101 1011011 100111

Color Harmonies of #C0AB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB09

Black with #C0AB09

Text Example


Text Example

White with #C0AB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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