Html Css Color HEX #C1971A Buddha Gold

📋 copy color: '#C1971A'

red 193 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #C1971A

Tints of Buddha Gold #C1971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

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

R = 52.16%
G = 40.81%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1971A (or 0xC1971A) is known color: Buddha Gold. HEX triplet: C1, 97 and 1A. RGB value is (193,151,26). Sum of RGB (Red+Green+Blue) = 193+151+26=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1971A is #3E68E5. Grayscale: #959595. Windows color (decimal): -4090086 or 1742785. OLE color: 1742785.

HSL color Cylindrical-coordinate representation of color #C1971A: hue angle of 44.91º 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 #C1971A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 151 26 -
CMYK 0 0.22 0.87 0.24
HSL 44.91º 0.76% 0.43% -
HSV(B) 44.91º 0.87% 0.76% -
XYZ 33.25 33.55 5.7 -
YUV 149.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 193 151 26 0 0.22 0.87 0.24 44.91 0.76 0.43
Hex C1 97 1A 0 16 57 18 2D 4C 2B
Octal 301 227 32 0 26 127 30 55 114 53
Binary 11000001 10010111 11010 0 10110 1010111 11000 101101 1001100 101011

Color Harmonies of #C1971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1971A

Black with #C1971A

Text Example


Text Example

White with #C1971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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