#C1B508

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

Shades of La Rioja #C1B508

Tints of La Rioja #C1B508

Color information

#C1B508 (or 0xC1B508) is unknown color: approx La Rioja. HEX triplet: C1, B5 and 08. RGB value is (193,181,8). Sum of RGB (Red+Green+Blue) = 193+181+8=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B508 is #3E4AF7. Grayscale: #A5A5A5. Windows color (decimal): -4082424 or 570817. OLE color: 570817.

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

Color convert

RGB1931818-
CMYK00.060.960.24
HSL56.11º92.04%39.41%-
HSV(B)56.11º95.85%75.69%-
XYZ38.5644.46.77-
YUV164.8739.48148.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 8 (3.52% from 255) = 2.09%
R=50.52%
G=47.38%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193181800.060.960.2456.1192.0439.41
HexC1B58066018385c27
Octal3012651006140307013447
Binary1100000110110101100001101100000110001110001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B508; }

 p { color: rgb(193,181,8); }

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

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

 a { background-color: rgb(193,181,8); }

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

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

 span { border-color: rgb(193,181,8); }

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