Html Css Color HEX #C7991B Buddha Gold

📋 copy color: '#C7991B'

red 199 ◦ green 153 ◦ blue 27

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

Shades of Buddha Gold #C7991B

Tints of Buddha Gold #C7991B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.12%

R = 52.51%
G = 40.37%
B = 7.12%

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

#C7991B (or 0xC7991B) is known color: Buddha Gold. HEX triplet: C7, 99 and 1B. RGB value is (199,153,27). Sum of RGB (Red+Green+Blue) = 199+153+27=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7991B is #3866E4. Grayscale: #989898. Windows color (decimal): -3696357 or 1808839. OLE color: 1808839.

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

Color convert

RGB 199 153 27 -
CMYK 0 0.23 0.86 0.22
HSL 43.95º 0.76% 0.44% -
HSV(B) 43.95º 0.86% 0.78% -
XYZ 35.14 35 5.94 -
YUV 152.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 199 153 27 0 0.23 0.86 0.22 43.95 0.76 0.44
Hex C7 99 1B 0 17 56 16 2C 4C 2C
Octal 307 231 33 0 27 126 26 54 114 54
Binary 11000111 10011001 11011 0 10111 1010110 10110 101100 1001100 101100

Color Harmonies of #C7991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7991B

Black with #C7991B

Text Example


Text Example

White with #C7991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7991B; }

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

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

background-color css

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

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

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

border-color css

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

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

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