Html Css Color HEX #C7991A Buddha Gold

📋 copy color: '#C7991A'

red 199 ◦ green 153 ◦ blue 26

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

Shades of Buddha Gold #C7991A

Tints of Buddha Gold #C7991A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.88%

R = 52.65%
G = 40.48%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7991A (or 0xC7991A) is known color: Buddha Gold. HEX triplet: C7, 99 and 1A. RGB value is (199,153,26). Sum of RGB (Red+Green+Blue) = 199+153+26=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7991A is #3866E5. Grayscale: #989898. Windows color (decimal): -3696358 or 1743303. OLE color: 1743303.

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

Color convert

RGB 199 153 26 -
CMYK 0 0.23 0.87 0.22
HSL 44.05º 0.77% 0.44% -
HSV(B) 44.05º 0.87% 0.78% -
XYZ 35.13 35 5.88 -
YUV 152.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 199 153 26 0 0.23 0.87 0.22 44.05 0.77 0.44
Hex C7 99 1A 0 17 57 16 2C 4D 2C
Octal 307 231 32 0 27 127 26 54 115 54
Binary 11000111 10011001 11010 0 10111 1010111 10110 101100 1001101 101100

Color Harmonies of #C7991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7991A

Black with #C7991A

Text Example


Text Example

White with #C7991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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