Html Css Color HEX #C09B0E Buddha Gold

📋 copy color: '#C09B0E'

red 192 ◦ green 155 ◦ blue 14

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

Shades of Buddha Gold #C09B0E

Tints of Buddha Gold #C09B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 53.19%
G = 42.94%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C09B0E (or 0xC09B0E) is known color: Buddha Gold. HEX triplet: C0, 9B and 0E. RGB value is (192,155,14). Sum of RGB (Red+Green+Blue) = 192+155+14=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B0E is #3F64F1. Grayscale: #969696. Windows color (decimal): -4154610 or 957376. OLE color: 957376.

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

Color convert

RGB 192 155 14 -
CMYK 0 0.19 0.93 0.25
HSL 47.53º 0.86% 0.4% -
HSV(B) 47.53º 0.93% 0.75% -
XYZ 33.54 34.68 5.34 -
YUV 149.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 192 155 14 0 0.19 0.93 0.25 47.53 0.86 0.4
Hex C0 9B E 0 13 5D 19 30 56 28
Octal 300 233 16 0 23 135 31 60 126 50
Binary 11000000 10011011 1110 0 10011 1011101 11001 110000 1010110 101000

Color Harmonies of #C09B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B0E

Black with #C09B0E

Text Example


Text Example

White with #C09B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B0E; }

 p { color: rgb(192,155,14); }

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

background-color css

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

 a { background-color: rgb(192,155,14); }

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

border-color css

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

 span { border-color: rgb(192,155,14); }

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