Html Css Color HEX #C19B17 Buddha Gold

📋 copy color: '#C19B17'

red 193 ◦ green 155 ◦ blue 23

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

Shades of Buddha Gold #C19B17

Tints of Buddha Gold #C19B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 52.02%
G = 41.78%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C19B17 (or 0xC19B17) is known color: Buddha Gold. HEX triplet: C1, 9B and 17. RGB value is (193,155,23). Sum of RGB (Red+Green+Blue) = 193+155+23=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19B17 is #3E64E8. Grayscale: #979797. Windows color (decimal): -4089065 or 1547201. OLE color: 1547201.

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

Color convert

RGB 193 155 23 -
CMYK 0 0.20 0.88 0.24
HSL 46.59º 0.79% 0.42% -
HSV(B) 46.59º 0.88% 0.76% -
XYZ 33.87 34.84 5.75 -
YUV 151.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 193 155 23 0 0.20 0.88 0.24 46.59 0.79 0.42
Hex C1 9B 17 0 14 58 18 2F 4F 2A
Octal 301 233 27 0 24 130 30 57 117 52
Binary 11000001 10011011 10111 0 10100 1011000 11000 101111 1001111 101010

Color Harmonies of #C19B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B17

Black with #C19B17

Text Example


Text Example

White with #C19B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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