Html Css Color HEX #C29A1C Buddha Gold

📋 copy color: '#C29A1C'

red 194 ◦ green 154 ◦ blue 28

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

Shades of Buddha Gold #C29A1C

Tints of Buddha Gold #C29A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

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

R = 51.6%
G = 40.96%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C29A1C (or 0xC29A1C) is known color: Buddha Gold. HEX triplet: C2, 9A and 1C. RGB value is (194,154,28). Sum of RGB (Red+Green+Blue) = 194+154+28=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A1C is #3D65E3. Grayscale: #989898. Windows color (decimal): -4023780 or 1874626. OLE color: 1874626.

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

Color convert

RGB 194 154 28 -
CMYK 0 0.21 0.86 0.24
HSL 45.54º 0.75% 0.44% -
HSV(B) 45.54º 0.86% 0.76% -
XYZ 34.01 34.66 6 -
YUV 151.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 194 154 28 0 0.21 0.86 0.24 45.54 0.75 0.44
Hex C2 9A 1C 0 15 56 18 2E 4B 2C
Octal 302 232 34 0 25 126 30 56 113 54
Binary 11000010 10011010 11100 0 10101 1010110 11000 101110 1001011 101100

Color Harmonies of #C29A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A1C

Black with #C29A1C

Text Example


Text Example

White with #C29A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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