#C1B002

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

Shades of La Rioja #C1B002

Tints of La Rioja #C1B002

Color information

#C1B002 (or 0xC1B002) is unknown color: approx La Rioja. HEX triplet: C1, B0 and 02. RGB value is (193,176,2). Sum of RGB (Red+Green+Blue) = 193+176+2=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B002 is #3E4FFD. Grayscale: #A1A1A1. Windows color (decimal): -4083710 or 176321. OLE color: 176321.

HSL color Cylindrical-coordinate representation of color #C1B002: hue angle of 54.66º degrees, saturation: 0.98, 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 #C1B002 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1931762-
CMYK00.090.990.24
HSL54.66º97.95%38.24%-
HSV(B)54.66º98.96%75.69%-
XYZ37.5342.396.26-
YUV161.2538.13150.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=52.02%
G=47.44%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193176200.090.990.2454.6697.9538.24
HexC1B02096318376226
Octal3012602011143306714246
Binary110000011011000010010011100011110001101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B002; }

 p { color: rgb(193,176,2); }

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

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

 a { background-color: rgb(193,176,2); }

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

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

 span { border-color: rgb(193,176,2); }

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