Html Css Color HEX #C9960C Buddha Gold

📋 copy color: '#C9960C'

red 201 ◦ green 150 ◦ blue 12

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

Shades of Buddha Gold #C9960C

Tints of Buddha Gold #C9960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.32%

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

R = 55.37%
G = 41.32%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9960C (or 0xC9960C) is known color: Buddha Gold. HEX triplet: C9, 96 and 0C. RGB value is (201,150,12). Sum of RGB (Red+Green+Blue) = 201+150+12=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9960C is #3669F3. Grayscale: #969696. Windows color (decimal): -3566068 or 825033. OLE color: 825033.

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

Color convert

RGB 201 150 12 -
CMYK 0 0.25 0.94 0.21
HSL 43.81º 0.89% 0.42% -
HSV(B) 43.81º 0.94% 0.79% -
XYZ 35.06 34.26 5.11 -
YUV 149.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 201 150 12 0 0.25 0.94 0.21 43.81 0.89 0.42
Hex C9 96 C 0 19 5E 15 2C 59 2A
Octal 311 226 14 0 31 136 25 54 131 52
Binary 11001001 10010110 1100 0 11001 1011110 10101 101100 1011001 101010

Color Harmonies of #C9960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9960C

Black with #C9960C

Text Example


Text Example

White with #C9960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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