Html Css Color HEX #C1911B Buddha Gold

📋 copy color: '#C1911B'

red 193 ◦ green 145 ◦ blue 27

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

Shades of Buddha Gold #C1911B

Tints of Buddha Gold #C1911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 52.88%
G = 39.73%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1911B (or 0xC1911B) is known color: Buddha Gold. HEX triplet: C1, 91 and 1B. RGB value is (193,145,27). Sum of RGB (Red+Green+Blue) = 193+145+27=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1911B is #3E6EE4. Grayscale: #929292. Windows color (decimal): -4091621 or 1806785. OLE color: 1806785.

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

Color convert

RGB 193 145 27 -
CMYK 0 0.25 0.86 0.24
HSL 42.65º 0.75% 0.43% -
HSV(B) 42.65º 0.86% 0.76% -
XYZ 32.32 31.67 5.45 -
YUV 145.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 193 145 27 0 0.25 0.86 0.24 42.65 0.75 0.43
Hex C1 91 1B 0 19 56 18 2B 4B 2B
Octal 301 221 33 0 31 126 30 53 113 53
Binary 11000001 10010001 11011 0 11001 1010110 11000 101011 1001011 101011

Color Harmonies of #C1911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1911B

Black with #C1911B

Text Example


Text Example

White with #C1911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1911B; }

 p { color: rgb(193,145,27); }

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

background-color css

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

 a { background-color: rgb(193,145,27); }

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

border-color css

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

 span { border-color: rgb(193,145,27); }

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