Html Css Color HEX #C7961F Buddha Gold

📋 copy color: '#C7961F'

red 199 ◦ green 150 ◦ blue 31

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

Shades of Buddha Gold #C7961F

Tints of Buddha Gold #C7961F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.16%

R = 52.37%
G = 39.47%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7961F (or 0xC7961F) is known color: Buddha Gold. HEX triplet: C7, 96 and 1F. RGB value is (199,150,31). Sum of RGB (Red+Green+Blue) = 199+150+31=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7961F is #3869E0. Grayscale: #979797. Windows color (decimal): -3697121 or 2070215. OLE color: 2070215.

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

Color convert

RGB 199 150 31 -
CMYK 0 0.25 0.84 0.22
HSL 42.5º 0.73% 0.45% -
HSV(B) 42.5º 0.84% 0.78% -
XYZ 34.71 34.05 6.04 -
YUV 151.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 199 150 31 0 0.25 0.84 0.22 42.5 0.73 0.45
Hex C7 96 1F 0 19 54 16 2A 49 2D
Octal 307 226 37 0 31 124 26 52 111 55
Binary 11000111 10010110 11111 0 11001 1010100 10110 101010 1001001 101101

Color Harmonies of #C7961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7961F

Black with #C7961F

Text Example


Text Example

White with #C7961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7961F; }

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

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

background-color css

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

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

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

border-color css

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

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

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