Html Css Color HEX #C19917 Buddha Gold

📋 copy color: '#C19917'

red 193 ◦ green 153 ◦ blue 23

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

Shades of Buddha Gold #C19917

Tints of Buddha Gold #C19917

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 52.3%
G = 41.46%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C19917 (or 0xC19917) is known color: Buddha Gold. HEX triplet: C1, 99 and 17. RGB value is (193,153,23). Sum of RGB (Red+Green+Blue) = 193+153+23=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C19917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19917 is #3E66E8. Grayscale: #969696. Windows color (decimal): -4089577 or 1546689. OLE color: 1546689.

HSL color Cylindrical-coordinate representation of color #C19917: hue angle of 45.88º 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 #C19917 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 23 -
CMYK 0 0.21 0.88 0.24
HSL 45.88º 0.79% 0.42% -
HSV(B) 45.88º 0.88% 0.76% -
XYZ 33.54 34.18 5.64 -
YUV 150.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 193 153 23 0 0.21 0.88 0.24 45.88 0.79 0.42
Hex C1 99 17 0 15 58 18 2E 4F 2A
Octal 301 231 27 0 25 130 30 56 117 52
Binary 11000001 10011001 10111 0 10101 1011000 11000 101110 1001111 101010

Color Harmonies of #C19917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19917

Black with #C19917

Text Example


Text Example

White with #C19917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19917; }

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

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

background-color css

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

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

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

border-color css

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

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

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