Html Css Color HEX #C1961E Buddha Gold

📋 copy color: '#C1961E'

red 193 ◦ green 150 ◦ blue 30

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

Shades of Buddha Gold #C1961E

Tints of Buddha Gold #C1961E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 51.74%
G = 40.21%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1961E (or 0xC1961E) is known color: Buddha Gold. HEX triplet: C1, 96 and 1E. RGB value is (193,150,30). Sum of RGB (Red+Green+Blue) = 193+150+30=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1961E is #3E69E1. Grayscale: #959595. Windows color (decimal): -4090338 or 2004673. OLE color: 2004673.

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

Color convert

RGB 193 150 30 -
CMYK 0 0.22 0.84 0.24
HSL 44.17º 0.73% 0.44% -
HSV(B) 44.17º 0.84% 0.76% -
XYZ 33.13 33.24 5.9 -
YUV 149.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 193 150 30 0 0.22 0.84 0.24 44.17 0.73 0.44
Hex C1 96 1E 0 16 54 18 2C 49 2C
Octal 301 226 36 0 26 124 30 54 111 54
Binary 11000001 10010110 11110 0 10110 1010100 11000 101100 1001001 101100

Color Harmonies of #C1961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1961E

Black with #C1961E

Text Example


Text Example

White with #C1961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1961E; }

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

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

background-color css

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

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

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

border-color css

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

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

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