Html Css Color HEX #C19F01 Buddha Gold

📋 copy color: '#C19F01'

red 193 ◦ green 159 ◦ blue 1

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

Shades of Buddha Gold #C19F01

Tints of Buddha Gold #C19F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.04%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 54.67%
G = 45.04%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C19F01 (or 0xC19F01) is known color: Buddha Gold. HEX triplet: C1, 9F and 01. RGB value is (193,159,1). Sum of RGB (Red+Green+Blue) = 193+159+1=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19F01 is #3E60FE. Grayscale: #979797. Windows color (decimal): -4088063 or 106433. OLE color: 106433.

HSL color Cylindrical-coordinate representation of color #C19F01: hue angle of 49.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C19F01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 159 1 -
CMYK 0 0.18 0.99 0.24
HSL 49.38º 0.99% 0.38% -
HSV(B) 49.38º 0.99% 0.76% -
XYZ 34.4 36.14 5.19 -
YUV 151.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 193 159 1 0 0.18 0.99 0.24 49.38 0.99 0.38
Hex C1 9F 1 0 12 63 18 31 63 26
Octal 301 237 1 0 22 143 30 61 143 46
Binary 11000001 10011111 1 0 10010 1100011 11000 110001 1100011 100110

Color Harmonies of #C19F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F01

Black with #C19F01

Text Example


Text Example

White with #C19F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F01; }

 p { color: rgb(193,159,1); }

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

background-color css

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

 a { background-color: rgb(193,159,1); }

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

border-color css

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

 span { border-color: rgb(193,159,1); }

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