Html Css Color HEX #C29612 Buddha Gold

📋 copy color: '#C29612'

red 194 ◦ green 150 ◦ blue 18

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

Shades of Buddha Gold #C29612

Tints of Buddha Gold #C29612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 53.59%
G = 41.44%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C29612 (or 0xC29612) is known color: Buddha Gold. HEX triplet: C2, 96 and 12. RGB value is (194,150,18). Sum of RGB (Red+Green+Blue) = 194+150+18=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C29612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29612 is #3D69ED. Grayscale: #949494. Windows color (decimal): -4024814 or 1218242. OLE color: 1218242.

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

Color convert

RGB 194 150 18 -
CMYK 0 0.23 0.91 0.24
HSL 45º 0.83% 0.42% -
HSV(B) 45º 0.91% 0.76% -
XYZ 33.26 33.33 5.25 -
YUV 148.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 194 150 18 0 0.23 0.91 0.24 45 0.83 0.42
Hex C2 96 12 0 17 5B 18 2D 53 2A
Octal 302 226 22 0 27 133 30 55 123 52
Binary 11000010 10010110 10010 0 10111 1011011 11000 101101 1010011 101010

Color Harmonies of #C29612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29612

Black with #C29612

Text Example


Text Example

White with #C29612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29612; }

 p { color: rgb(194,150,18); }

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

background-color css

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

 a { background-color: rgb(194,150,18); }

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

border-color css

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

 span { border-color: rgb(194,150,18); }

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