Html Css Color HEX #C0950F Buddha Gold

📋 copy color: '#C0950F'

red 192 ◦ green 149 ◦ blue 15

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

Shades of Buddha Gold #C0950F

Tints of Buddha Gold #C0950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 53.93%
G = 41.85%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0950F (or 0xC0950F) is known color: Buddha Gold. HEX triplet: C0, 95 and 0F. RGB value is (192,149,15). Sum of RGB (Red+Green+Blue) = 192+149+15=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0950F is #3F6AF0. Grayscale: #939393. Windows color (decimal): -4156145 or 1021376. OLE color: 1021376.

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

Color convert

RGB 192 149 15 -
CMYK 0 0.22 0.92 0.25
HSL 45.42º 0.86% 0.41% -
HSV(B) 45.42º 0.92% 0.75% -
XYZ 32.57 32.74 5.05 -
YUV 146.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 192 149 15 0 0.22 0.92 0.25 45.42 0.86 0.41
Hex C0 95 F 0 16 5C 19 2D 56 29
Octal 300 225 17 0 26 134 31 55 126 51
Binary 11000000 10010101 1111 0 10110 1011100 11001 101101 1010110 101001

Color Harmonies of #C0950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0950F

Black with #C0950F

Text Example


Text Example

White with #C0950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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