Html Css Color HEX #C29B13 Buddha Gold

📋 copy color: '#C29B13'

red 194 ◦ green 155 ◦ blue 19

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

Shades of Buddha Gold #C29B13

Tints of Buddha Gold #C29B13

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.12%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 52.72%
G = 42.12%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C29B13 (or 0xC29B13) is known color: Buddha Gold. HEX triplet: C2, 9B and 13. RGB value is (194,155,19). Sum of RGB (Red+Green+Blue) = 194+155+19=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B13 is #3D64EC. Grayscale: #979797. Windows color (decimal): -4023533 or 1285058. OLE color: 1285058.

HSL color Cylindrical-coordinate representation of color #C29B13: hue angle of 46.63º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C29B13 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 19 -
CMYK 0 0.20 0.90 0.24
HSL 46.63º 0.82% 0.42% -
HSV(B) 46.63º 0.9% 0.76% -
XYZ 34.09 34.96 5.57 -
YUV 151.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 194 155 19 0 0.20 0.90 0.24 46.63 0.82 0.42
Hex C2 9B 13 0 14 5A 18 2F 52 2A
Octal 302 233 23 0 24 132 30 57 122 52
Binary 11000010 10011011 10011 0 10100 1011010 11000 101111 1010010 101010

Color Harmonies of #C29B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B13

Black with #C29B13

Text Example


Text Example

White with #C29B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B13; }

 p { color: rgb(194,155,19); }

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

background-color css

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

 a { background-color: rgb(194,155,19); }

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

border-color css

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

 span { border-color: rgb(194,155,19); }

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