Html Css Color HEX #C29610 Buddha Gold

📋 copy color: '#C29610'

red 194 ◦ green 150 ◦ blue 16

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

Shades of Buddha Gold #C29610

Tints of Buddha Gold #C29610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 53.89%
G = 41.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C29610 (or 0xC29610) is known color: Buddha Gold. HEX triplet: C2, 96 and 10. RGB value is (194,150,16). Sum of RGB (Red+Green+Blue) = 194+150+16=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C29610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29610 is #3D69EF. Grayscale: #949494. Windows color (decimal): -4024816 or 1087170. OLE color: 1087170.

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

Color convert

RGB 194 150 16 -
CMYK 0 0.23 0.92 0.24
HSL 45.17º 0.85% 0.41% -
HSV(B) 45.17º 0.92% 0.76% -
XYZ 33.25 33.32 5.17 -
YUV 147.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 194 150 16 0 0.23 0.92 0.24 45.17 0.85 0.41
Hex C2 96 10 0 17 5C 18 2D 55 29
Octal 302 226 20 0 27 134 30 55 125 51
Binary 11000010 10010110 10000 0 10111 1011100 11000 101101 1010101 101001

Color Harmonies of #C29610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29610

Black with #C29610

Text Example


Text Example

White with #C29610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29610; }

 p { color: rgb(194,150,16); }

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

background-color css

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

 a { background-color: rgb(194,150,16); }

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

border-color css

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

 span { border-color: rgb(194,150,16); }

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