Html Css Color HEX #C19B0E Buddha Gold

📋 copy color: '#C19B0E'

red 193 ◦ green 155 ◦ blue 14

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

Shades of Buddha Gold #C19B0E

Tints of Buddha Gold #C19B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 53.31%
G = 42.82%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C19B0E (or 0xC19B0E) is known color: Buddha Gold. HEX triplet: C1, 9B and 0E. RGB value is (193,155,14). Sum of RGB (Red+Green+Blue) = 193+155+14=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19B0E is #3E64F1. Grayscale: #969696. Windows color (decimal): -4089074 or 957377. OLE color: 957377.

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

Color convert

RGB 193 155 14 -
CMYK 0 0.20 0.93 0.24
HSL 47.26º 0.86% 0.41% -
HSV(B) 47.26º 0.93% 0.76% -
XYZ 33.79 34.81 5.35 -
YUV 150.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 193 155 14 0 0.20 0.93 0.24 47.26 0.86 0.41
Hex C1 9B E 0 14 5D 18 2F 56 29
Octal 301 233 16 0 24 135 30 57 126 51
Binary 11000001 10011011 1110 0 10100 1011101 11000 101111 1010110 101001

Color Harmonies of #C19B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B0E

Black with #C19B0E

Text Example


Text Example

White with #C19B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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