Html Css Color HEX #C1971E Buddha Gold

📋 copy color: '#C1971E'

red 193 ◦ green 151 ◦ blue 30

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

Shades of Buddha Gold #C1971E

Tints of Buddha Gold #C1971E

RGB

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

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

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

R = 51.6%
G = 40.37%
B = 8.02%

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

#C1971E (or 0xC1971E) is known color: Buddha Gold. HEX triplet: C1, 97 and 1E. RGB value is (193,151,30). Sum of RGB (Red+Green+Blue) = 193+151+30=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1971E is #3E68E1. Grayscale: #969696. Windows color (decimal): -4090082 or 2004929. OLE color: 2004929.

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

Color convert

RGB 193 151 30 -
CMYK 0 0.22 0.84 0.24
HSL 44.54º 0.73% 0.44% -
HSV(B) 44.54º 0.84% 0.76% -
XYZ 33.29 33.56 5.95 -
YUV 149.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 193 151 30 0 0.22 0.84 0.24 44.54 0.73 0.44
Hex C1 97 1E 0 16 54 18 2D 49 2C
Octal 301 227 36 0 26 124 30 55 111 54
Binary 11000001 10010111 11110 0 10110 1010100 11000 101101 1001001 101100

Color Harmonies of #C1971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1971E

Black with #C1971E

Text Example


Text Example

White with #C1971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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