Html Css Color HEX #C1911C Buddha Gold

📋 copy color: '#C1911C'

red 193 ◦ green 145 ◦ blue 28

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

Shades of Buddha Gold #C1911C

Tints of Buddha Gold #C1911C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 52.73%
G = 39.62%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1911C (or 0xC1911C) is known color: Buddha Gold. HEX triplet: C1, 91 and 1C. RGB value is (193,145,28). Sum of RGB (Red+Green+Blue) = 193+145+28=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1911C is #3E6EE3. Grayscale: #929292. Windows color (decimal): -4091620 or 1872321. OLE color: 1872321.

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

Color convert

RGB 193 145 28 -
CMYK 0 0.25 0.85 0.24
HSL 42.55º 0.75% 0.43% -
HSV(B) 42.55º 0.85% 0.76% -
XYZ 32.33 31.67 5.51 -
YUV 146.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 193 145 28 0 0.25 0.85 0.24 42.55 0.75 0.43
Hex C1 91 1C 0 19 55 18 2B 4B 2B
Octal 301 221 34 0 31 125 30 53 113 53
Binary 11000001 10010001 11100 0 11001 1010101 11000 101011 1001011 101011

Color Harmonies of #C1911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1911C

Black with #C1911C

Text Example


Text Example

White with #C1911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1911C; }

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

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

background-color css

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

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

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

border-color css

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

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

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