Html Css Color HEX #C09612 Buddha Gold

📋 copy color: '#C09612'

red 192 ◦ green 150 ◦ blue 18

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

Shades of Buddha Gold #C09612

Tints of Buddha Gold #C09612

RGB

 RED value IS 192 (75.39% from 255) = 53.33%

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

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

R = 53.33%
G = 41.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09612 (or 0xC09612) is known color: Buddha Gold. HEX triplet: C0, 96 and 12. RGB value is (192,150,18). Sum of RGB (Red+Green+Blue) = 192+150+18=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C09612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09612 is #3F69ED. Grayscale: #949494. Windows color (decimal): -4155886 or 1218240. OLE color: 1218240.

HSL color Cylindrical-coordinate representation of color #C09612: hue angle of 45.52º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C09612 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 18 -
CMYK 0 0.22 0.91 0.25
HSL 45.52º 0.83% 0.41% -
HSV(B) 45.52º 0.91% 0.75% -
XYZ 32.75 33.06 5.23 -
YUV 147.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 192 150 18 0 0.22 0.91 0.25 45.52 0.83 0.41
Hex C0 96 12 0 16 5B 19 2E 53 29
Octal 300 226 22 0 26 133 31 56 123 51
Binary 11000000 10010110 10010 0 10110 1011011 11001 101110 1010011 101001

Color Harmonies of #C09612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09612

Black with #C09612

Text Example


Text Example

White with #C09612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09612; }

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

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

background-color css

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

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

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

border-color css

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

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

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