Html Css Color HEX #C99716 Buddha Gold

📋 copy color: '#C99716'

red 201 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #C99716

Tints of Buddha Gold #C99716

RGB

 RED value IS 201 (78.91% from 255) = 53.74%

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 53.74%
G = 40.37%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C99716 (or 0xC99716) is known color: Buddha Gold. HEX triplet: C9, 97 and 16. RGB value is (201,151,22). Sum of RGB (Red+Green+Blue) = 201+151+22=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C99716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99716 is #3668E9. Grayscale: #979797. Windows color (decimal): -3565802 or 1480649. OLE color: 1480649.

HSL color Cylindrical-coordinate representation of color #C99716: hue angle of 43.24º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C99716 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 22 -
CMYK 0 0.25 0.89 0.21
HSL 43.24º 0.8% 0.44% -
HSV(B) 43.24º 0.89% 0.79% -
XYZ 35.3 34.61 5.58 -
YUV 151.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 201 151 22 0 0.25 0.89 0.21 43.24 0.8 0.44
Hex C9 97 16 0 19 59 15 2B 50 2C
Octal 311 227 26 0 31 131 25 53 120 54
Binary 11001001 10010111 10110 0 11001 1011001 10101 101011 1010000 101100

Color Harmonies of #C99716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99716

Black with #C99716

Text Example


Text Example

White with #C99716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99716; }

 p { color: rgb(201,151,22); }

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

background-color css

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

 a { background-color: rgb(201,151,22); }

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

border-color css

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

 span { border-color: rgb(201,151,22); }

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