Html Css Color HEX #C2951C Buddha Gold

📋 copy color: '#C2951C'

red 194 ◦ green 149 ◦ blue 28

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

Shades of Buddha Gold #C2951C

Tints of Buddha Gold #C2951C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.55%

R = 52.29%
G = 40.16%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2951C (or 0xC2951C) is known color: Buddha Gold. HEX triplet: C2, 95 and 1C. RGB value is (194,149,28). Sum of RGB (Red+Green+Blue) = 194+149+28=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2951C is #3D6AE3. Grayscale: #959595. Windows color (decimal): -4025060 or 1873346. OLE color: 1873346.

HSL color Cylindrical-coordinate representation of color #C2951C: hue angle of 43.73º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2951C is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 28 -
CMYK 0 0.23 0.86 0.24
HSL 43.73º 0.75% 0.44% -
HSV(B) 43.73º 0.86% 0.76% -
XYZ 33.21 33.05 5.73 -
YUV 148.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 194 149 28 0 0.23 0.86 0.24 43.73 0.75 0.44
Hex C2 95 1C 0 17 56 18 2C 4B 2C
Octal 302 225 34 0 27 126 30 54 113 54
Binary 11000010 10010101 11100 0 10111 1010110 11000 101100 1001011 101100

Color Harmonies of #C2951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2951C

Black with #C2951C

Text Example


Text Example

White with #C2951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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