Html Css Color HEX #C7991C Buddha Gold

📋 copy color: '#C7991C'

red 199 ◦ green 153 ◦ blue 28

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

Shades of Buddha Gold #C7991C

Tints of Buddha Gold #C7991C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 52.37%
G = 40.26%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7991C (or 0xC7991C) is known color: Buddha Gold. HEX triplet: C7, 99 and 1C. RGB value is (199,153,28). Sum of RGB (Red+Green+Blue) = 199+153+28=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7991C is #3866E3. Grayscale: #999999. Windows color (decimal): -3696356 or 1874375. OLE color: 1874375.

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

Color convert

RGB 199 153 28 -
CMYK 0 0.23 0.86 0.22
HSL 43.86º 0.75% 0.45% -
HSV(B) 43.86º 0.86% 0.78% -
XYZ 35.15 35.01 6 -
YUV 152.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 199 153 28 0 0.23 0.86 0.22 43.86 0.75 0.45
Hex C7 99 1C 0 17 56 16 2C 4B 2D
Octal 307 231 34 0 27 126 26 54 113 55
Binary 11000111 10011001 11100 0 10111 1010110 10110 101100 1001011 101101

Color Harmonies of #C7991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7991C

Black with #C7991C

Text Example


Text Example

White with #C7991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7991C; }

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

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

background-color css

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

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

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

border-color css

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

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

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