Html Css Color HEX #C0960B Buddha Gold

📋 copy color: '#C0960B'

red 192 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #C0960B

Tints of Buddha Gold #C0960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

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

R = 54.39%
G = 42.49%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0960B (or 0xC0960B) is known color: Buddha Gold. HEX triplet: C0, 96 and 0B. RGB value is (192,150,11). Sum of RGB (Red+Green+Blue) = 192+150+11=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0960B is #3F69F4. Grayscale: #939393. Windows color (decimal): -4155893 or 759488. OLE color: 759488.

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

Color convert

RGB 192 150 11 -
CMYK 0 0.22 0.94 0.25
HSL 46.08º 0.89% 0.4% -
HSV(B) 46.08º 0.94% 0.75% -
XYZ 32.7 33.04 4.97 -
YUV 146.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 192 150 11 0 0.22 0.94 0.25 46.08 0.89 0.4
Hex C0 96 B 0 16 5E 19 2E 59 28
Octal 300 226 13 0 26 136 31 56 131 50
Binary 11000000 10010110 1011 0 10110 1011110 11001 101110 1011001 101000

Color Harmonies of #C0960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0960B

Black with #C0960B

Text Example


Text Example

White with #C0960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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