Html Css Color HEX #C1960B Buddha Gold

📋 copy color: '#C1960B'

red 193 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #C1960B

Tints of Buddha Gold #C1960B

RGB

 RED value IS 193 (75.78% from 255) = 54.52%

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

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

R = 54.52%
G = 42.37%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1960B (or 0xC1960B) is known color: Buddha Gold. HEX triplet: C1, 96 and 0B. RGB value is (193,150,11). Sum of RGB (Red+Green+Blue) = 193+150+11=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1960B is #3E69F4. Grayscale: #939393. Windows color (decimal): -4090357 or 759489. OLE color: 759489.

HSL color Cylindrical-coordinate representation of color #C1960B: hue angle of 45.82º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1960B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 11 -
CMYK 0 0.22 0.94 0.24
HSL 45.82º 0.89% 0.4% -
HSV(B) 45.82º 0.94% 0.76% -
XYZ 32.96 33.17 4.98 -
YUV 147.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 193 150 11 0 0.22 0.94 0.24 45.82 0.89 0.4
Hex C1 96 B 0 16 5E 18 2E 59 28
Octal 301 226 13 0 26 136 30 56 131 50
Binary 11000001 10010110 1011 0 10110 1011110 11000 101110 1011001 101000

Color Harmonies of #C1960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1960B

Black with #C1960B

Text Example


Text Example

White with #C1960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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