Html Css Color HEX #C0960F Buddha Gold

📋 copy color: '#C0960F'

red 192 ◦ green 150 ◦ blue 15

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

Shades of Buddha Gold #C0960F

Tints of Buddha Gold #C0960F

RGB

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

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

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

R = 53.78%
G = 42.02%
B = 4.2%

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

#C0960F (or 0xC0960F) is known color: Buddha Gold. HEX triplet: C0, 96 and 0F. RGB value is (192,150,15). Sum of RGB (Red+Green+Blue) = 192+150+15=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0960F is #3F69F0. Grayscale: #939393. Windows color (decimal): -4155889 or 1021632. OLE color: 1021632.

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

Color convert

RGB 192 150 15 -
CMYK 0 0.22 0.92 0.25
HSL 45.76º 0.86% 0.41% -
HSV(B) 45.76º 0.92% 0.75% -
XYZ 32.73 33.05 5.11 -
YUV 147.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 192 150 15 0 0.22 0.92 0.25 45.76 0.86 0.41
Hex C0 96 F 0 16 5C 19 2E 56 29
Octal 300 226 17 0 26 134 31 56 126 51
Binary 11000000 10010110 1111 0 10110 1011100 11001 101110 1010110 101001

Color Harmonies of #C0960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0960F

Black with #C0960F

Text Example


Text Example

White with #C0960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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