#C3BC0C

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

Shades of La Rioja #C3BC0C

Tints of La Rioja #C3BC0C

Color information

#C3BC0C (or 0xC3BC0C) is unknown color: approx La Rioja. HEX triplet: C3, BC and 0C. RGB value is (195,188,12). Sum of RGB (Red+Green+Blue) = 195+188+12=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BC0C is #3C43F3. Grayscale: #AAAAAA. Windows color (decimal): -3949556 or 834755. OLE color: 834755.

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

Color convert

RGB19518812-
CMYK00.040.940.24
HSL57.7º88.41%40.59%-
HSV(B)57.7º93.85%76.47%-
XYZ40.5647.67.4-
YUV170.0338.82145.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 188 (73.83% from 255) = 47.59%
BLUE value IS 12 (5.08% from 255) = 3.04%
R=49.37%
G=47.59%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951881200.040.940.2457.788.4140.59
HexC3BCC045E183a5829
Octal3032741404136307213051
Binary1100001110111100110001001011110110001110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC0C; }

 p { color: rgb(195,188,12); }

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

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

 a { background-color: rgb(195,188,12); }

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

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

 span { border-color: rgb(195,188,12); }

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