Html Css Color HEX #C1951F Buddha Gold

📋 copy color: '#C1951F'

red 193 ◦ green 149 ◦ blue 31

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

Shades of Buddha Gold #C1951F

Tints of Buddha Gold #C1951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 51.74%
G = 39.95%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1951F (or 0xC1951F) is known color: Buddha Gold. HEX triplet: C1, 95 and 1F. RGB value is (193,149,31). Sum of RGB (Red+Green+Blue) = 193+149+31=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1951F is #3E6AE0. Grayscale: #959595. Windows color (decimal): -4090593 or 2069953. OLE color: 2069953.

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

Color convert

RGB 193 149 31 -
CMYK 0 0.23 0.84 0.24
HSL 43.7º 0.72% 0.44% -
HSV(B) 43.7º 0.84% 0.76% -
XYZ 32.99 32.93 5.91 -
YUV 148.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 193 149 31 0 0.23 0.84 0.24 43.7 0.72 0.44
Hex C1 95 1F 0 17 54 18 2C 48 2C
Octal 301 225 37 0 27 124 30 54 110 54
Binary 11000001 10010101 11111 0 10111 1010100 11000 101100 1001000 101100

Color Harmonies of #C1951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1951F

Black with #C1951F

Text Example


Text Example

White with #C1951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1951F; }

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

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

background-color css

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

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

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

border-color css

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

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

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