Html Css Color HEX #C29B15 Buddha Gold

📋 copy color: '#C29B15'

red 194 ◦ green 155 ◦ blue 21

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

Shades of Buddha Gold #C29B15

Tints of Buddha Gold #C29B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.68%

R = 52.43%
G = 41.89%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C29B15 (or 0xC29B15) is known color: Buddha Gold. HEX triplet: C2, 9B and 15. RGB value is (194,155,21). Sum of RGB (Red+Green+Blue) = 194+155+21=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B15 is #3D64EA. Grayscale: #979797. Windows color (decimal): -4023531 or 1416130. OLE color: 1416130.

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

Color convert

RGB 194 155 21 -
CMYK 0 0.20 0.89 0.24
HSL 46.47º 0.8% 0.42% -
HSV(B) 46.47º 0.89% 0.76% -
XYZ 34.1 34.97 5.66 -
YUV 151.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 194 155 21 0 0.20 0.89 0.24 46.47 0.8 0.42
Hex C2 9B 15 0 14 59 18 2E 50 2A
Octal 302 233 25 0 24 131 30 56 120 52
Binary 11000010 10011011 10101 0 10100 1011001 11000 101110 1010000 101010

Color Harmonies of #C29B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B15

Black with #C29B15

Text Example


Text Example

White with #C29B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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