Html Css Color HEX #C19B0F Buddha Gold

📋 copy color: '#C19B0F'

red 193 ◦ green 155 ◦ blue 15

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

Shades of Buddha Gold #C19B0F

Tints of Buddha Gold #C19B0F

RGB

 RED value IS 193 (75.78% from 255) = 53.17%

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

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

R = 53.17%
G = 42.7%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C19B0F (or 0xC19B0F) is known color: Buddha Gold. HEX triplet: C1, 9B and 0F. RGB value is (193,155,15). Sum of RGB (Red+Green+Blue) = 193+155+15=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19B0F is #3E64F0. Grayscale: #979797. Windows color (decimal): -4089073 or 1022913. OLE color: 1022913.

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

Color convert

RGB 193 155 15 -
CMYK 0 0.20 0.92 0.24
HSL 47.19º 0.86% 0.41% -
HSV(B) 47.19º 0.92% 0.76% -
XYZ 33.8 34.81 5.39 -
YUV 150.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 193 155 15 0 0.20 0.92 0.24 47.19 0.86 0.41
Hex C1 9B F 0 14 5C 18 2F 56 29
Octal 301 233 17 0 24 134 30 57 126 51
Binary 11000001 10011011 1111 0 10100 1011100 11000 101111 1010110 101001

Color Harmonies of #C19B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B0F

Black with #C19B0F

Text Example


Text Example

White with #C19B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B0F; }

 p { color: rgb(193,155,15); }

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

background-color css

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

 a { background-color: rgb(193,155,15); }

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

border-color css

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

 span { border-color: rgb(193,155,15); }

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