#C1B00C

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

Shades of La Rioja #C1B00C

Tints of La Rioja #C1B00C

Color information

#C1B00C (or 0xC1B00C) is unknown color: approx La Rioja. HEX triplet: C1, B0 and 0C. RGB value is (193,176,12). Sum of RGB (Red+Green+Blue) = 193+176+12=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B00C is #3E4FF3. Grayscale: #A3A3A3. Windows color (decimal): -4083700 or 831681. OLE color: 831681.

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

Color convert

RGB19317612-
CMYK00.090.940.24
HSL54.36º88.29%40.2%-
HSV(B)54.36º93.78%75.69%-
XYZ37.5842.416.55-
YUV162.3943.13149.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 12 (5.08% from 255) = 3.15%
R=50.66%
G=46.19%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931761200.090.940.2454.3688.2940.2
HexC1B0C095E18365828
Octal30126014011136306613050
Binary11000001101100001100010011011110110001101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B00C; }

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

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

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

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

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

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

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

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