Html Css Color HEX #C29718 Buddha Gold

📋 copy color: '#C29718'

red 194 ◦ green 151 ◦ blue 24

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

Shades of Buddha Gold #C29718

Tints of Buddha Gold #C29718

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.92%

 BLUE value IS 24 (9.77% from 255) = 6.5%

R = 52.57%
G = 40.92%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C29718 (or 0xC29718) is known color: Buddha Gold. HEX triplet: C2, 97 and 18. RGB value is (194,151,24). Sum of RGB (Red+Green+Blue) = 194+151+24=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C29718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29718 is #3D68E7. Grayscale: #959595. Windows color (decimal): -4024552 or 1611714. OLE color: 1611714.

HSL color Cylindrical-coordinate representation of color #C29718: hue angle of 44.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C29718 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 151 24 -
CMYK 0 0.22 0.88 0.24
HSL 44.82º 0.78% 0.43% -
HSV(B) 44.82º 0.88% 0.76% -
XYZ 33.48 33.67 5.6 -
YUV 149.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 194 151 24 0 0.22 0.88 0.24 44.82 0.78 0.43
Hex C2 97 18 0 16 58 18 2D 4E 2B
Octal 302 227 30 0 26 130 30 55 116 53
Binary 11000010 10010111 11000 0 10110 1011000 11000 101101 1001110 101011

Color Harmonies of #C29718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29718

Black with #C29718

Text Example


Text Example

White with #C29718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29718; }

 p { color: rgb(194,151,24); }

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

background-color css

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

 a { background-color: rgb(194,151,24); }

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

border-color css

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

 span { border-color: rgb(194,151,24); }

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