Html Css Color HEX #C99416 Buddha Gold

📋 copy color: '#C99416'

red 201 ◦ green 148 ◦ blue 22

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

Shades of Buddha Gold #C99416

Tints of Buddha Gold #C99416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 54.18%
G = 39.89%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C99416 (or 0xC99416) is known color: Buddha Gold. HEX triplet: C9, 94 and 16. RGB value is (201,148,22). Sum of RGB (Red+Green+Blue) = 201+148+22=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C99416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99416 is #366BE9. Grayscale: #969696. Windows color (decimal): -3566570 or 1479881. OLE color: 1479881.

HSL color Cylindrical-coordinate representation of color #C99416: hue angle of 42.23º 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 #C99416 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 22 -
CMYK 0 0.26 0.89 0.21
HSL 42.23º 0.8% 0.44% -
HSV(B) 42.23º 0.89% 0.79% -
XYZ 34.82 33.66 5.42 -
YUV 149.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 201 148 22 0 0.26 0.89 0.21 42.23 0.8 0.44
Hex C9 94 16 0 1A 59 15 2A 50 2C
Octal 311 224 26 0 32 131 25 52 120 54
Binary 11001001 10010100 10110 0 11010 1011001 10101 101010 1010000 101100

Color Harmonies of #C99416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99416

Black with #C99416

Text Example


Text Example

White with #C99416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99416; }

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

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

background-color css

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

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

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

border-color css

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

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

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