Html Css Color HEX #C09B13 Buddha Gold

📋 copy color: '#C09B13'

red 192 ◦ green 155 ◦ blue 19

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

Shades of Buddha Gold #C09B13

Tints of Buddha Gold #C09B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 52.46%
G = 42.35%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09B13 (or 0xC09B13) is known color: Buddha Gold. HEX triplet: C0, 9B and 13. RGB value is (192,155,19). Sum of RGB (Red+Green+Blue) = 192+155+19=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B13 is #3F64EC. Grayscale: #979797. Windows color (decimal): -4154605 or 1285056. OLE color: 1285056.

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

Color convert

RGB 192 155 19 -
CMYK 0 0.19 0.90 0.25
HSL 47.17º 0.82% 0.41% -
HSV(B) 47.17º 0.9% 0.75% -
XYZ 33.58 34.7 5.54 -
YUV 150.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 192 155 19 0 0.19 0.90 0.25 47.17 0.82 0.41
Hex C0 9B 13 0 13 5A 19 2F 52 29
Octal 300 233 23 0 23 132 31 57 122 51
Binary 11000000 10011011 10011 0 10011 1011010 11001 101111 1010010 101001

Color Harmonies of #C09B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B13

Black with #C09B13

Text Example


Text Example

White with #C09B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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