Html Css Color HEX #C09B10 Buddha Gold

📋 copy color: '#C09B10'

red 192 ◦ green 155 ◦ blue 16

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

Shades of Buddha Gold #C09B10

Tints of Buddha Gold #C09B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 52.89%
G = 42.7%
B = 4.41%

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

#C09B10 (or 0xC09B10) is known color: Buddha Gold. HEX triplet: C0, 9B and 10. RGB value is (192,155,16). Sum of RGB (Red+Green+Blue) = 192+155+16=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B10 is #3F64EF. Grayscale: #969696. Windows color (decimal): -4154608 or 1088448. OLE color: 1088448.

HSL color Cylindrical-coordinate representation of color #C09B10: hue angle of 47.39º degrees, saturation: 0.85, 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 #C09B10 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 155 16 -
CMYK 0 0.19 0.92 0.25
HSL 47.39º 0.85% 0.41% -
HSV(B) 47.39º 0.92% 0.75% -
XYZ 33.55 34.69 5.42 -
YUV 150.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 192 155 16 0 0.19 0.92 0.25 47.39 0.85 0.41
Hex C0 9B 10 0 13 5C 19 2F 55 29
Octal 300 233 20 0 23 134 31 57 125 51
Binary 11000000 10011011 10000 0 10011 1011100 11001 101111 1010101 101001

Color Harmonies of #C09B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B10

Black with #C09B10

Text Example


Text Example

White with #C09B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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