Html Css Color HEX #C1960E Buddha Gold

📋 copy color: '#C1960E'

red 193 ◦ green 150 ◦ blue 14

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

Shades of Buddha Gold #C1960E

Tints of Buddha Gold #C1960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 54.06%
G = 42.02%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1960E (or 0xC1960E) is known color: Buddha Gold. HEX triplet: C1, 96 and 0E. RGB value is (193,150,14). Sum of RGB (Red+Green+Blue) = 193+150+14=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1960E is #3E69F1. Grayscale: #939393. Windows color (decimal): -4090354 or 956097. OLE color: 956097.

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

Color convert

RGB 193 150 14 -
CMYK 0 0.22 0.93 0.24
HSL 45.59º 0.86% 0.41% -
HSV(B) 45.59º 0.93% 0.76% -
XYZ 32.98 33.18 5.08 -
YUV 147.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 193 150 14 0 0.22 0.93 0.24 45.59 0.86 0.41
Hex C1 96 E 0 16 5D 18 2E 56 29
Octal 301 226 16 0 26 135 30 56 126 51
Binary 11000001 10010110 1110 0 10110 1011101 11000 101110 1010110 101001

Color Harmonies of #C1960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1960E

Black with #C1960E

Text Example


Text Example

White with #C1960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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