#C1B206

Color #C1B206 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C1B206

Tints of La Rioja #C1B206

Color information

#C1B206 (or 0xC1B206) is unknown color: approx La Rioja. HEX triplet: C1, B2 and 06. RGB value is (193,178,6). Sum of RGB (Red+Green+Blue) = 193+178+6=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B206 is #3E4DF9. Grayscale: #A3A3A3. Windows color (decimal): -4083194 or 438977. OLE color: 438977.

HSL color Cylindrical-coordinate representation of color #C1B206: hue angle of 55.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1B206 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1931786-
CMYK00.080.970.24
HSL55.19º93.97%39.02%-
HSV(B)55.19º96.89%75.69%-
XYZ37.9543.196.51-
YUV162.8839.47149.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 178 (69.92% from 255) = 47.21%
BLUE value IS 6 (2.73% from 255) = 1.59%
R=51.19%
G=47.21%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193178600.080.970.2455.1993.9739.02
HexC1B26086118375e27
Octal3012626010141306713647
Binary1100000110110010110010001100001110001101111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B206; }

 p { color: rgb(193,178,6); }

 H1.HeaderClassName
 {
   color: #C1B206;
 }
 .AnyTagClassName
 {
   color: #C1B206;
 }
</style>
background-color css

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

 a { background-color: rgb(193,178,6); }

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

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

 span { border-color: rgb(193,178,6); }

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