Html Css Color HEX #C19B18 Buddha Gold

📋 copy color: '#C19B18'

red 193 ◦ green 155 ◦ blue 24

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

Shades of Buddha Gold #C19B18

Tints of Buddha Gold #C19B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.45%

R = 51.88%
G = 41.67%
B = 6.45%

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

#C19B18 (or 0xC19B18) is known color: Buddha Gold. HEX triplet: C1, 9B and 18. RGB value is (193,155,24). Sum of RGB (Red+Green+Blue) = 193+155+24=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19B18 is #3E64E7. Grayscale: #979797. Windows color (decimal): -4089064 or 1612737. OLE color: 1612737.

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

Color convert

RGB 193 155 24 -
CMYK 0 0.20 0.88 0.24
HSL 46.51º 0.78% 0.43% -
HSV(B) 46.51º 0.88% 0.76% -
XYZ 33.88 34.85 5.8 -
YUV 151.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 193 155 24 0 0.20 0.88 0.24 46.51 0.78 0.43
Hex C1 9B 18 0 14 58 18 2F 4E 2B
Octal 301 233 30 0 24 130 30 57 116 53
Binary 11000001 10011011 11000 0 10100 1011000 11000 101111 1001110 101011

Color Harmonies of #C19B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B18

Black with #C19B18

Text Example


Text Example

White with #C19B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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