Html Css Color HEX #C0980F Buddha Gold

📋 copy color: '#C0980F'

red 192 ◦ green 152 ◦ blue 15

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

Shades of Buddha Gold #C0980F

Tints of Buddha Gold #C0980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 53.48%
G = 42.34%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0980F (or 0xC0980F) is known color: Buddha Gold. HEX triplet: C0, 98 and 0F. RGB value is (192,152,15). Sum of RGB (Red+Green+Blue) = 192+152+15=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0980F is #3F67F0. Grayscale: #949494. Windows color (decimal): -4155377 or 1022144. OLE color: 1022144.

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

Color convert

RGB 192 152 15 -
CMYK 0 0.21 0.92 0.25
HSL 46.44º 0.86% 0.41% -
HSV(B) 46.44º 0.92% 0.75% -
XYZ 33.05 33.7 5.21 -
YUV 148.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 192 152 15 0 0.21 0.92 0.25 46.44 0.86 0.41
Hex C0 98 F 0 15 5C 19 2E 56 29
Octal 300 230 17 0 25 134 31 56 126 51
Binary 11000000 10011000 1111 0 10101 1011100 11001 101110 1010110 101001

Color Harmonies of #C0980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0980F

Black with #C0980F

Text Example


Text Example

White with #C0980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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