Html Css Color HEX #C09712 Buddha Gold

📋 copy color: '#C09712'

red 192 ◦ green 151 ◦ blue 18

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

Shades of Buddha Gold #C09712

Tints of Buddha Gold #C09712

RGB

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

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

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

R = 53.19%
G = 41.83%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C09712 (or 0xC09712) is known color: Buddha Gold. HEX triplet: C0, 97 and 12. RGB value is (192,151,18). Sum of RGB (Red+Green+Blue) = 192+151+18=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09712 is #3F68ED. Grayscale: #949494. Windows color (decimal): -4155630 or 1218496. OLE color: 1218496.

HSL color Cylindrical-coordinate representation of color #C09712: hue angle of 45.86º 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 #C09712 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 18 -
CMYK 0 0.21 0.91 0.25
HSL 45.86º 0.83% 0.41% -
HSV(B) 45.86º 0.91% 0.75% -
XYZ 32.91 33.38 5.28 -
YUV 148.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 192 151 18 0 0.21 0.91 0.25 45.86 0.83 0.41
Hex C0 97 12 0 15 5B 19 2E 53 29
Octal 300 227 22 0 25 133 31 56 123 51
Binary 11000000 10010111 10010 0 10101 1011011 11001 101110 1010011 101001

Color Harmonies of #C09712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09712

Black with #C09712

Text Example


Text Example

White with #C09712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09712; }

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

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

background-color css

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

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

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

border-color css

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

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

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