Html Css Color HEX #C0980B Buddha Gold

📋 copy color: '#C0980B'

red 192 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #C0980B

Tints of Buddha Gold #C0980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 54.08%
G = 42.82%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0980B (or 0xC0980B) is known color: Buddha Gold. HEX triplet: C0, 98 and 0B. RGB value is (192,152,11). Sum of RGB (Red+Green+Blue) = 192+152+11=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0980B is #3F67F4. Grayscale: #949494. Windows color (decimal): -4155381 or 760000. OLE color: 760000.

HSL color Cylindrical-coordinate representation of color #C0980B: hue angle of 46.74º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0980B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 11 -
CMYK 0 0.21 0.94 0.25
HSL 46.74º 0.89% 0.4% -
HSV(B) 46.74º 0.94% 0.75% -
XYZ 33.03 33.69 5.08 -
YUV 147.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 192 152 11 0 0.21 0.94 0.25 46.74 0.89 0.4
Hex C0 98 B 0 15 5E 19 2F 59 28
Octal 300 230 13 0 25 136 31 57 131 50
Binary 11000000 10011000 1011 0 10101 1011110 11001 101111 1011001 101000

Color Harmonies of #C0980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0980B

Black with #C0980B

Text Example


Text Example

White with #C0980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0980B; }

 p { color: rgb(192,152,11); }

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

background-color css

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

 a { background-color: rgb(192,152,11); }

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

border-color css

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

 span { border-color: rgb(192,152,11); }

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