Html Css Color HEX #C1971F Buddha Gold

📋 copy color: '#C1971F'

red 193 ◦ green 151 ◦ blue 31

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

Shades of Buddha Gold #C1971F

Tints of Buddha Gold #C1971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 51.47%
G = 40.27%
B = 8.27%

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

#C1971F (or 0xC1971F) is known color: Buddha Gold. HEX triplet: C1, 97 and 1F. RGB value is (193,151,31). Sum of RGB (Red+Green+Blue) = 193+151+31=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1971F is #3E68E0. Grayscale: #969696. Windows color (decimal): -4090081 or 2070465. OLE color: 2070465.

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

Color convert

RGB 193 151 31 -
CMYK 0 0.22 0.84 0.24
HSL 44.44º 0.72% 0.44% -
HSV(B) 44.44º 0.84% 0.76% -
XYZ 33.31 33.57 6.02 -
YUV 149.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 193 151 31 0 0.22 0.84 0.24 44.44 0.72 0.44
Hex C1 97 1F 0 16 54 18 2C 48 2C
Octal 301 227 37 0 26 124 30 54 110 54
Binary 11000001 10010111 11111 0 10110 1010100 11000 101100 1001000 101100

Color Harmonies of #C1971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1971F

Black with #C1971F

Text Example


Text Example

White with #C1971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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