Html Css Color HEX #C7991E Buddha Gold

📋 copy color: '#C7991E'

red 199 ◦ green 153 ◦ blue 30

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

Shades of Buddha Gold #C7991E

Tints of Buddha Gold #C7991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 52.09%
G = 40.05%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7991E (or 0xC7991E) is known color: Buddha Gold. HEX triplet: C7, 99 and 1E. RGB value is (199,153,30). Sum of RGB (Red+Green+Blue) = 199+153+30=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7991E is #3866E1. Grayscale: #999999. Windows color (decimal): -3696354 or 2005447. OLE color: 2005447.

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

Color convert

RGB 199 153 30 -
CMYK 0 0.23 0.85 0.22
HSL 43.67º 0.74% 0.45% -
HSV(B) 43.67º 0.85% 0.78% -
XYZ 35.18 35.02 6.13 -
YUV 152.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 199 153 30 0 0.23 0.85 0.22 43.67 0.74 0.45
Hex C7 99 1E 0 17 55 16 2C 4A 2D
Octal 307 231 36 0 27 125 26 54 112 55
Binary 11000111 10011001 11110 0 10111 1010101 10110 101100 1001010 101101

Color Harmonies of #C7991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7991E

Black with #C7991E

Text Example


Text Example

White with #C7991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7991E; }

 p { color: rgb(199,153,30); }

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

background-color css

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

 a { background-color: rgb(199,153,30); }

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

border-color css

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

 span { border-color: rgb(199,153,30); }

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