Html Css Color HEX #C09C0F Buddha Gold

📋 copy color: '#C09C0F'

red 192 ◦ green 156 ◦ blue 15

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

Shades of Buddha Gold #C09C0F

Tints of Buddha Gold #C09C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.98%

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 52.89%
G = 42.98%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C09C0F (or 0xC09C0F) is known color: Buddha Gold. HEX triplet: C0, 9C and 0F. RGB value is (192,156,15). Sum of RGB (Red+Green+Blue) = 192+156+15=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C0F is #3F63F0. Grayscale: #979797. Windows color (decimal): -4154353 or 1023168. OLE color: 1023168.

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

Color convert

RGB 192 156 15 -
CMYK 0 0.19 0.92 0.25
HSL 47.8º 0.86% 0.41% -
HSV(B) 47.8º 0.92% 0.75% -
XYZ 33.71 35.02 5.43 -
YUV 150.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 192 156 15 0 0.19 0.92 0.25 47.8 0.86 0.41
Hex C0 9C F 0 13 5C 19 30 56 29
Octal 300 234 17 0 23 134 31 60 126 51
Binary 11000000 10011100 1111 0 10011 1011100 11001 110000 1010110 101001

Color Harmonies of #C09C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C0F

Black with #C09C0F

Text Example


Text Example

White with #C09C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C0F; }

 p { color: rgb(192,156,15); }

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

background-color css

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

 a { background-color: rgb(192,156,15); }

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

border-color css

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

 span { border-color: rgb(192,156,15); }

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