Html Css Color HEX #C7960C Buddha Gold

📋 copy color: '#C7960C'

red 199 ◦ green 150 ◦ blue 12

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

Shades of Buddha Gold #C7960C

Tints of Buddha Gold #C7960C

RGB

 RED value IS 199 (78.13% from 255) = 55.12%

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

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 55.12%
G = 41.55%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7960C (or 0xC7960C) is known color: Buddha Gold. HEX triplet: C7, 96 and 0C. RGB value is (199,150,12). Sum of RGB (Red+Green+Blue) = 199+150+12=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7960C is #3869F3. Grayscale: #959595. Windows color (decimal): -3697140 or 825031. OLE color: 825031.

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

Color convert

RGB 199 150 12 -
CMYK 0 0.25 0.94 0.22
HSL 44.28º 0.89% 0.41% -
HSV(B) 44.28º 0.94% 0.78% -
XYZ 34.53 33.98 5.09 -
YUV 148.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 199 150 12 0 0.25 0.94 0.22 44.28 0.89 0.41
Hex C7 96 C 0 19 5E 16 2C 59 29
Octal 307 226 14 0 31 136 26 54 131 51
Binary 11000111 10010110 1100 0 11001 1011110 10110 101100 1011001 101001

Color Harmonies of #C7960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7960C

Black with #C7960C

Text Example


Text Example

White with #C7960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7960C; }

 p { color: rgb(199,150,12); }

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

background-color css

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

 a { background-color: rgb(199,150,12); }

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

border-color css

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

 span { border-color: rgb(199,150,12); }

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