Html Css Color HEX #C9960B Buddha Gold

📋 copy color: '#C9960B'

red 201 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #C9960B

Tints of Buddha Gold #C9960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.04%

R = 55.52%
G = 41.44%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9960B (or 0xC9960B) is known color: Buddha Gold. HEX triplet: C9, 96 and 0B. RGB value is (201,150,11). Sum of RGB (Red+Green+Blue) = 201+150+11=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9960B is #3669F4. Grayscale: #969696. Windows color (decimal): -3566069 or 759497. OLE color: 759497.

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

Color convert

RGB 201 150 11 -
CMYK 0 0.25 0.95 0.21
HSL 43.89º 0.9% 0.42% -
HSV(B) 43.89º 0.95% 0.79% -
XYZ 35.05 34.25 5.08 -
YUV 149.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 201 150 11 0 0.25 0.95 0.21 43.89 0.9 0.42
Hex C9 96 B 0 19 5F 15 2C 5A 2A
Octal 311 226 13 0 31 137 25 54 132 52
Binary 11001001 10010110 1011 0 11001 1011111 10101 101100 1011010 101010

Color Harmonies of #C9960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9960B

Black with #C9960B

Text Example


Text Example

White with #C9960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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