Html Css Color HEX #C9940C Buddha Gold

📋 copy color: '#C9940C'

red 201 ◦ green 148 ◦ blue 12

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

Shades of Buddha Gold #C9940C

Tints of Buddha Gold #C9940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 55.68%
G = 41%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9940C (or 0xC9940C) is known color: Buddha Gold. HEX triplet: C9, 94 and 0C. RGB value is (201,148,12). Sum of RGB (Red+Green+Blue) = 201+148+12=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9940C is #366BF3. Grayscale: #949494. Windows color (decimal): -3566580 or 824521. OLE color: 824521.

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

Color convert

RGB 201 148 12 -
CMYK 0 0.26 0.94 0.21
HSL 43.17º 0.89% 0.42% -
HSV(B) 43.17º 0.94% 0.79% -
XYZ 34.74 33.62 5.01 -
YUV 148.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 201 148 12 0 0.26 0.94 0.21 43.17 0.89 0.42
Hex C9 94 C 0 1A 5E 15 2B 59 2A
Octal 311 224 14 0 32 136 25 53 131 52
Binary 11001001 10010100 1100 0 11010 1011110 10101 101011 1011001 101010

Color Harmonies of #C9940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9940C

Black with #C9940C

Text Example


Text Example

White with #C9940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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