Html Css Color HEX #C2951F Buddha Gold

📋 copy color: '#C2951F'

red 194 ◦ green 149 ◦ blue 31

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

Shades of Buddha Gold #C2951F

Tints of Buddha Gold #C2951F

RGB

 RED value IS 194 (76.17% from 255) = 51.87%

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

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

R = 51.87%
G = 39.84%
B = 8.29%

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

#C2951F (or 0xC2951F) is known color: Buddha Gold. HEX triplet: C2, 95 and 1F. RGB value is (194,149,31). Sum of RGB (Red+Green+Blue) = 194+149+31=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2951F is #3D6AE0. Grayscale: #959595. Windows color (decimal): -4025057 or 2069954. OLE color: 2069954.

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

Color convert

RGB 194 149 31 -
CMYK 0 0.23 0.84 0.24
HSL 43.44º 0.72% 0.44% -
HSV(B) 43.44º 0.84% 0.76% -
XYZ 33.24 33.06 5.93 -
YUV 149 61.41 160.09 -
System Red Green Blue C M Y K H S L
Decimal 194 149 31 0 0.23 0.84 0.24 43.44 0.72 0.44
Hex C2 95 1F 0 17 54 18 2B 48 2C
Octal 302 225 37 0 27 124 30 53 110 54
Binary 11000010 10010101 11111 0 10111 1010100 11000 101011 1001000 101100

Color Harmonies of #C2951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2951F

Black with #C2951F

Text Example


Text Example

White with #C2951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2951F; }

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

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

background-color css

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

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

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

border-color css

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

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

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