Html Css Color HEX #C99C10 Buddha Gold

📋 copy color: '#C99C10'

red 201 ◦ green 156 ◦ blue 16

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

Shades of Buddha Gold #C99C10

Tints of Buddha Gold #C99C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.82%

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 53.89%
G = 41.82%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C99C10 (or 0xC99C10) is known color: Buddha Gold. HEX triplet: C9, 9C and 10. RGB value is (201,156,16). Sum of RGB (Red+Green+Blue) = 201+156+16=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99C10 is #3663EF. Grayscale: #9A9A9A. Windows color (decimal): -3564528 or 1088713. OLE color: 1088713.

HSL color Cylindrical-coordinate representation of color #C99C10: hue angle of 45.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C99C10 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 156 16 -
CMYK 0 0.22 0.92 0.21
HSL 45.41º 0.85% 0.43% -
HSV(B) 45.41º 0.92% 0.79% -
XYZ 36.07 36.23 5.58 -
YUV 153.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 201 156 16 0 0.22 0.92 0.21 45.41 0.85 0.43
Hex C9 9C 10 0 16 5C 15 2D 55 2B
Octal 311 234 20 0 26 134 25 55 125 53
Binary 11001001 10011100 10000 0 10110 1011100 10101 101101 1010101 101011

Color Harmonies of #C99C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C10

Black with #C99C10

Text Example


Text Example

White with #C99C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C10; }

 p { color: rgb(201,156,16); }

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

background-color css

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

 a { background-color: rgb(201,156,16); }

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

border-color css

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

 span { border-color: rgb(201,156,16); }

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