Html Css Color HEX #C29C1F Buddha Gold

📋 copy color: '#C29C1F'

red 194 ◦ green 156 ◦ blue 31

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

Shades of Buddha Gold #C29C1F

Tints of Buddha Gold #C29C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 50.92%
G = 40.94%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C29C1F (or 0xC29C1F) is known color: Buddha Gold. HEX triplet: C2, 9C and 1F. RGB value is (194,156,31). Sum of RGB (Red+Green+Blue) = 194+156+31=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C1F is #3D63E0. Grayscale: #999999. Windows color (decimal): -4023265 or 2071746. OLE color: 2071746.

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

Color convert

RGB 194 156 31 -
CMYK 0 0.20 0.84 0.24
HSL 46.01º 0.72% 0.44% -
HSV(B) 46.01º 0.84% 0.76% -
XYZ 34.38 35.35 6.31 -
YUV 153.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 194 156 31 0 0.20 0.84 0.24 46.01 0.72 0.44
Hex C2 9C 1F 0 14 54 18 2E 48 2C
Octal 302 234 37 0 24 124 30 56 110 54
Binary 11000010 10011100 11111 0 10100 1010100 11000 101110 1001000 101100

Color Harmonies of #C29C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C1F

Black with #C29C1F

Text Example


Text Example

White with #C29C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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