Html Css Color HEX #C7960B Buddha Gold

📋 copy color: '#C7960B'

red 199 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #C7960B

Tints of Buddha Gold #C7960B

RGB

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

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

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

R = 55.28%
G = 41.67%
B = 3.06%

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

#C7960B (or 0xC7960B) is known color: Buddha Gold. HEX triplet: C7, 96 and 0B. RGB value is (199,150,11). Sum of RGB (Red+Green+Blue) = 199+150+11=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7960B is #3869F4. Grayscale: #959595. Windows color (decimal): -3697141 or 759495. OLE color: 759495.

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

Color convert

RGB 199 150 11 -
CMYK 0 0.25 0.94 0.22
HSL 44.36º 0.9% 0.41% -
HSV(B) 44.36º 0.94% 0.78% -
XYZ 34.52 33.98 5.06 -
YUV 148.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 199 150 11 0 0.25 0.94 0.22 44.36 0.9 0.41
Hex C7 96 B 0 19 5E 16 2C 5A 29
Octal 307 226 13 0 31 136 26 54 132 51
Binary 11000111 10010110 1011 0 11001 1011110 10110 101100 1011010 101001

Color Harmonies of #C7960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7960B

Black with #C7960B

Text Example


Text Example

White with #C7960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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