Html Css Color HEX #C1991A Buddha Gold

📋 copy color: '#C1991A'

red 193 ◦ green 153 ◦ blue 26

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

Shades of Buddha Gold #C1991A

Tints of Buddha Gold #C1991A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.13%

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 51.88%
G = 41.13%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1991A (or 0xC1991A) is known color: Buddha Gold. HEX triplet: C1, 99 and 1A. RGB value is (193,153,26). Sum of RGB (Red+Green+Blue) = 193+153+26=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1991A is #3E66E5. Grayscale: #979797. Windows color (decimal): -4089574 or 1743297. OLE color: 1743297.

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

Color convert

RGB 193 153 26 -
CMYK 0 0.21 0.87 0.24
HSL 45.63º 0.76% 0.43% -
HSV(B) 45.63º 0.87% 0.76% -
XYZ 33.57 34.19 5.81 -
YUV 150.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 193 153 26 0 0.21 0.87 0.24 45.63 0.76 0.43
Hex C1 99 1A 0 15 57 18 2E 4C 2B
Octal 301 231 32 0 25 127 30 56 114 53
Binary 11000001 10011001 11010 0 10101 1010111 11000 101110 1001100 101011

Color Harmonies of #C1991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1991A

Black with #C1991A

Text Example


Text Example

White with #C1991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1991A; }

 p { color: rgb(193,153,26); }

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

background-color css

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

 a { background-color: rgb(193,153,26); }

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

border-color css

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

 span { border-color: rgb(193,153,26); }

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